1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

renamed ParseCommand() to TokenizeString()

added rootmenu reader rewrite start
This commit is contained in:
kojima
2000-06-21 22:25:10 +00:00
parent c49ad9cac8
commit 4905ab1986
5 changed files with 476 additions and 15 deletions

View File

@@ -2940,7 +2940,7 @@ execCommand(WAppIcon *btn, char *command, WSavedState *state)
return 0;
}
ParseCommand(cmdline, &argv, &argc);
TokenizeString(cmdline, &argv, &argc);
if (argv==NULL) {
if (cmdline)