1
0
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:
kojima
2002-02-15 21:30:42 +00:00
parent a26b723c5a
commit 5873385d32
7 changed files with 79 additions and 33 deletions

View File

@@ -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) {