mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
renamed ParseCommand() to TokenizeString()
added rootmenu reader rewrite start
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user