Changeset 32551 for trunk/ippTools/src/warptool.c
- Timestamp:
- Oct 13, 2011, 5:38:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r32469 r32551 984 984 985 985 psString query = psStringCopy(originalQuery); 986 986 psStringAppend(&query,"\nORDER BY warp_id"); 987 987 // treat limit == 0 as "no limit" 988 988 psString limitString = psStringCopy(""); … … 993 993 psStringAppend(&query, "%s", limitString); 994 994 } 995 995 996 psString thisWhere = NULL; 996 997 if (whereStr) {
Note:
See TracChangeset
for help on using the changeset viewer.
