mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
fix for soemthing wrong with piped menus
This commit is contained in:
@@ -1284,7 +1284,8 @@ readMenuPipe(WScreen *scr, char **file_name)
|
||||
strcat(flat_file, file_name[i]);
|
||||
strcat(flat_file, " ");
|
||||
}
|
||||
filename = flat_file+1;
|
||||
filename = flat_file + (flat_file[1]=='|'?2:1);
|
||||
|
||||
|
||||
#ifdef USECPP
|
||||
if (!wPreferences.flags.nocpp) {
|
||||
|
||||
Reference in New Issue
Block a user