Skip to content

Commit 3b6b84a

Browse files
committed
added negation
1 parent 29e0129 commit 3b6b84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useful.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static char * getXoptionsFile()
9292
{
9393
if(xoptions)
9494
{
95-
if(strcmp(xoptions,"-")) // Bart 20170213 -x- turns off use of xoptions
95+
if(!strcmp(xoptions,"-")) // Bart 20170213 -x- turns off use of xoptions
9696
return NULL;
9797
return xoptions; // Bart 20060321. New option -x <optionfile>
9898
}

0 commit comments

Comments
 (0)