IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17654


Ignore:
Timestamp:
May 13, 2008, 11:17:24 AM (18 years ago)
Author:
jhoblitt
Message:

fix printf format bug

File:
1 edited

Legend:

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

    r17647 r17654  
    9595    if (exitStatus != 0) {
    9696        // mark the summitExp row as faulted
    97         if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %s WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", exitStatus, filesetid, camera, telescope)) {
     97        if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %d WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", exitStatus, filesetid, camera, telescope)) {
    9898            psError(PS_ERR_UNKNOWN, false, "database error");
    9999        }
Note: See TracChangeset for help on using the changeset viewer.