Fix broken IPC "save configuration" command.

SVN revision: 10253
This commit is contained in:
Kim Woelders 2004-05-16 09:59:34 +00:00
parent 214667c97e
commit 4e37a17206
1 changed files with 1 additions and 1 deletions

View File

@ -3703,7 +3703,7 @@ IPC_ForceSave(const char *params, Client * c)
c = NULL;
params = NULL;
if (Mode.wm.master)
if (!Mode.wm.master)
return;
if (Conf.autosave)