Skip to content
Snippets Groups Projects
Commit 73af0c54 authored by rswindell's avatar rswindell
Browse files

Need to use uppercase TRUE for .c files.

parent 53bfc5e0
No related branches found
No related tags found
No related merge requests found
......@@ -827,7 +827,7 @@ int main(int argc, char** argv)
switch(toupper(*(arg++))) {
#ifdef __unix__
case 'D': /* Run as daemon */
is_daemon=true;
is_daemon=TRUE;
SAFECOPY(daemon_type,arg++);
break;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment