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:
@@ -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