IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 3:25:03 PM (17 years ago)
Author:
eugene
Message:

converting to the new formatting version of p_psDBRunQueryF where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/camtool.c

    r20541 r21402  
    886886    char *query = "DELETE FROM camMask WHERE label = '%s'";
    887887
    888     if (!p_psDBRunQuery(config->dbh, query, label)) {
     888    if (!p_psDBRunQueryF(config->dbh, query, label)) {
    889889        psError(PS_ERR_UNKNOWN, false, "database error");
    890890        return false;
Note: See TracChangeset for help on using the changeset viewer.