sparse fixup: warning: Using plain integer as NULL pointer

This commit is contained in:
Sven-Haegar Koch 2011-05-28 03:46:39 +02:00 committed by Guus Sliepen
parent f4010694b3
commit 434e57ae5e
10 changed files with 16 additions and 16 deletions

View file

@ -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")) {