Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: eumagga0x2a on August 18, 2016, 11:47:13 AM

Title: [cosmetics] [trivial] Extraneous slash in front of defaultSettings.py
Post by: eumagga0x2a on August 18, 2016, 11:47:13 AM
STR:


Actual Results:
There are two entries for defaultSettings.py, the first one with a single slash in front of the file name and a second with a double slash.

Expected Results:
There is still only one single entry for defaultSettings.py with a single slash between .avidemux6 and the file name.

The extraneous slash originates from avidemux/common/gui_main.cpp:916. Is there a reason to preserve it? Maybe some Mac weirdness I'm not aware of? It is redundant on Linux.

A trivial patch is attached.

(".py" added to the file name in Step 3)