8
0
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:
asfernandes 2006-08-29 15:39:00 +00:00
parent ce296682d7
commit e808d69001

View File

@ -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);