From: Adriano d. S. F. <asf...@us...> - 2009-07-15 03:13:20
|
Build Version : T2.5.0.24586 Firebird 2.5 Beta 2 (writeBuildNum.sh,v 1.24751 2009/07/15 03:13:17 asfernandes ) Update of /cvsroot/firebird/firebird2/src/remote In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1700/src/remote Modified Files: protocol.cpp Log Message: Misc Index: protocol.cpp =================================================================== RCS file: /cvsroot/firebird/firebird2/src/remote/protocol.cpp,v retrieving revision 1.90 retrieving revision 1.91 diff -b -U3 -r1.90 -r1.91 --- protocol.cpp 9 Jul 2009 14:04:41 -0000 1.90 +++ protocol.cpp 15 Jul 2009 03:13:15 -0000 1.91 @@ -982,7 +982,7 @@ switch (desc->dsc_dtype) { case dtype_dbkey: - fb_assert(FALSE); // dbkey should not get outside jrd, + fb_assert(false); // dbkey should not get outside jrd, // but in case it happenned in production server treat it as text // Fall through ... |