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:
parent
123bccf0c9
commit
812af030cb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user