Changeset 15530 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Nov 8, 2007, 4:56:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r15421 r15530 1032 1032 warpSkyfileRow *object; 1033 1033 1034 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, -16 );1034 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, true, -16 ); 1035 1035 1036 1036 if (!object) { … … 1067 1067 } 1068 1068 if (!object->good_frac == 64.64) { 1069 psFree(object); 1070 exit(EXIT_FAILURE); 1071 } 1072 if (!object->ignore == true) { 1069 1073 psFree(object); 1070 1074 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
