sparse fixup: warning: Using plain integer as NULL pointer
This commit is contained in:
parent
f4010694b3
commit
434e57ae5e
10 changed files with 16 additions and 16 deletions
|
|
@ -445,7 +445,7 @@ int main2(int argc, char **argv) {
|
|||
|
||||
/* Change process priority */
|
||||
|
||||
char *priority = 0;
|
||||
char *priority = NULL;
|
||||
|
||||
if(get_config_string(lookup_config(config_tree, "ProcessPriority"), &priority)) {
|
||||
if(!strcasecmp(priority, "Normal")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue