Changeset 24042
- Timestamp:
- May 3, 2009, 2:50:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/receivetool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/receivetool.c
r24038 r24042 153 153 } 154 154 155 if (!p_psDBRunQuery F(config->dbh, query)) {155 if (!p_psDBRunQuery(config->dbh, query)) { 156 156 psError(PS_ERR_UNKNOWN, false, "Database error"); 157 157 psFree(query); … … 273 273 fileset, source_id); 274 274 275 if (!p_psDBRunQuery F(config->dbh, query)) {275 if (!p_psDBRunQuery(config->dbh, query)) { 276 276 psError(PS_ERR_UNKNOWN, false, "Database error"); 277 277 psFree(query); … … 319 319 } 320 320 321 if (!p_psDBRunQuery F(config->dbh, query)) {321 if (!p_psDBRunQuery(config->dbh, query)) { 322 322 psError(PS_ERR_UNKNOWN, false, "Database error"); 323 323 psFree(query); … … 425 425 } 426 426 427 if (!p_psDBRunQuery F(config->dbh, query)) {427 if (!p_psDBRunQuery(config->dbh, query)) { 428 428 psError(PS_ERR_UNKNOWN, false, "Database error"); 429 429 psFree(query); … … 498 498 psFree(where); 499 499 500 if (!p_psDBRunQuery F(config->dbh, query)) {500 if (!p_psDBRunQuery(config->dbh, query)) { 501 501 psError(PS_ERR_UNKNOWN, false, "Database error"); 502 502 psFree(query); … … 537 537 } 538 538 539 if (!p_psDBRunQuery F(config->dbh, query)) {539 if (!p_psDBRunQuery(config->dbh, query)) { 540 540 psError(PS_ERR_UNKNOWN, false, "Database error"); 541 541 psFree(query);
Note:
See TracChangeset
for help on using the changeset viewer.
