1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Fixed minor bug with /setp when no value is given and that option does not exist

This commit is contained in:
Sebastien Helleu
2006-11-10 07:58:11 +00:00
parent 045ceb961f
commit 6729d8d6f2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
return 1;
}
}
else
return 1;
}
/* failed to set plugin option */
+2
View File
@@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
return 1;
}
}
else
return 1;
}
/* failed to set plugin option */