Changeset 8661 for trunk/ippTools/src/regtool.c
- Timestamp:
- Aug 28, 2006, 2:21:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r8563 r8661 446 446 ); // WHERE class is generated from exp_id, class, & class_id 447 447 448 char *whereClaus = NULL;449 448 { 450 449 // build a query to search by exp_id, class, class_id … … 495 494 496 495 // there's not 497 whereClaus = psDBGenerateWhereSQL(where, NULL);496 psString whereClaus = psDBGenerateWhereSQL(where, NULL); 498 497 psFree(where); 499 498 if (whereClaus) {
Note:
See TracChangeset
for help on using the changeset viewer.
