We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e0129 commit 3b6b84aCopy full SHA for 3b6b84a
src/useful.cpp
@@ -92,7 +92,7 @@ static char * getXoptionsFile()
92
{
93
if(xoptions)
94
95
- if(strcmp(xoptions,"-")) // Bart 20170213 -x- turns off use of xoptions
+ if(!strcmp(xoptions,"-")) // Bart 20170213 -x- turns off use of xoptions
96
return NULL;
97
return xoptions; // Bart 20060321. New option -x <optionfile>
98
}
0 commit comments