1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

renamed proplist functions with better names

This commit is contained in:
dan
2001-10-02 00:45:25 +00:00
parent 2d6f757114
commit 558d0fbd14
4 changed files with 2358 additions and 2213 deletions

View File

@@ -1232,7 +1232,7 @@ readMenuPipe(WScreen *scr, char **file_name)
char params[MAXLINE];
char shortcut[MAXLINE];
char *line;
char * filename;
char *filename;
char flat_file[MAXLINE];
int i;
#ifdef USECPP
@@ -1242,7 +1242,7 @@ readMenuPipe(WScreen *scr, char **file_name)
flat_file[0] = '\0';
for(i = 0 ; file_name[i] != NULL ; i++) {
for(i=0; file_name[i]!=NULL; i++) {
strcat(flat_file, file_name[i]);
strcat(flat_file, " ");
}