mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Fix trivial warnings
* Format string integer size warnings * Missing or non-value returns in non-void functions * A missing #include in WPrefs.app/MouseSettings.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
6b5cfc887a
commit
6082f2d243
@@ -1212,7 +1212,7 @@ static WMenu *readMenuPipe(WScreen * scr, char **file_name)
|
||||
separateline(line, title, command, params, shortcut);
|
||||
|
||||
if (!command[0]) {
|
||||
wwarning(_("%s:missing command in menu config: %s"), file_name, line);
|
||||
wwarning(_("%s:missing command in menu config: %s"), filename, line);
|
||||
break;
|
||||
}
|
||||
if (strcasecmp(command, "MENU") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user