8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Logic error (PVS-Studio).

This commit is contained in:
robocop 2014-02-22 22:24:33 +00:00
parent 123bccf0c9
commit 812af030cb

View File

@ -1887,7 +1887,7 @@ static bool get_switches(int argc,
return false;
}
if (**argv != 'n' || **argv != 'N') {
if (**argv != 'n' && **argv != 'N') {
fprintf(stderr,
"-sqlda : Deprecated Feature: you must use XSQLDA\n ");
print_switches();