Changeset 29137 for trunk/ippTools/src/magicdstool.c
- Timestamp:
- Sep 9, 2010, 1:27:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r29136 r29137 933 933 } 934 934 935 // treat limit == 0 as "no limit" 936 if (limit) { 937 psString limitString = psDBGenerateLimitSQL(limit); 938 psStringAppend(&query, " %s", limitString); 939 psFree(limitString); 940 } 941 935 942 if (!p_psDBRunQuery(config->dbh, query)) { 936 943 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
