Changeset 11668 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r11426 r11668 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.13 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-0 1-30 05:16:28$14 * @version $Revision: 1.134 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-02-06 21:36:09 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1337 1337 case PS_DATA_BOOL: { 1338 1338 // XXX: ASC HACK NOTE (2005/06/03): set extreme bytes to the 1339 // boolean character value. sizeof( psBool)==4 which triggers1339 // boolean character value. sizeof(bool)==4 which triggers 1340 1340 // an endianess issue in the MySQL conversion (reading only 1 1341 1341 // byte), on Macintosh hardware (and maybe others?) … … 2013 2013 break; 2014 2014 default: 2015 psError(PS_ERR_UNKNOWN, true, "NULL psBool can't be compared with any operator other than '=='");2015 psError(PS_ERR_UNKNOWN, true, "NULL bool can't be compared with any operator other than '=='"); 2016 2016 psFree(itemName); 2017 2017 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
