mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Correction - thanks to Claudio
This commit is contained in:
parent
ce296682d7
commit
e808d69001
@ -1868,7 +1868,7 @@ static processing_state show_collations(const SCHAR* object)
|
||||
isqlGlob.printf("'");
|
||||
}
|
||||
|
||||
if (!CL.RDB$SYSTEM_FLAG.NULL || CL.RDB$SYSTEM_FLAG != 0)
|
||||
if (!CL.RDB$SYSTEM_FLAG.NULL && CL.RDB$SYSTEM_FLAG != 0)
|
||||
isqlGlob.printf(", SYSTEM");
|
||||
|
||||
isqlGlob.printf("%s", NEWLINE);
|
||||
|
Loading…
Reference in New Issue
Block a user