Changeset 28475 for branches/pap/ippTools/src/bgtool.c
- Timestamp:
- Jun 24, 2010, 12:57:49 PM (16 years ago)
- File:
-
- 1 edited
-
branches/pap/ippTools/src/bgtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippTools/src/bgtool.c
r28473 r28475 432 432 reduction ? reduction : row->reduction, 433 433 note ? note : row->note, 434 NULL )) {434 NULL, 0)) { 435 435 psError(psErrorCodeLast(), false, "database error"); 436 436 psFree(row); … … 1203 1203 reduction ? reduction : row->reduction, 1204 1204 note ? note : row->note, 1205 NULL )) {1205 NULL, 0)) { 1206 1206 psError(psErrorCodeLast(), false, "database error"); 1207 1207 psFree(row);
Note:
See TracChangeset
for help on using the changeset viewer.
