Fixed minor bug with /setp when no value is given and that option does not exist
This commit is contained in:
parent
045ceb961f
commit
6729d8d6f2
@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* failed to set plugin option */
|
||||
|
@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* failed to set plugin option */
|
||||
|
Loading…
x
Reference in New Issue
Block a user