IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2011, 2:16:52 PM (15 years ago)
Author:
watersc1
Message:

checkburntool bugs: StringSubstitute still is broken, vague SQL. register_imfile.pl detected daytime wrong.

File:
1 edited

Legend:

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

    r30240 r30277  
    9595            psAbort("invalid option (this should not happen)");
    9696    }
    97 
     97    psTrace("regtool",9,"Attempting to free config\n");
    9898    psFree(config);
    9999    pmConfigDone();
     
    204204
    205205  // convert regular class_id format to summitImfile.class_id format
     206  rep = psStringCopy(class_id);
     207  psFree(class_id);
     208  class_id = rep;
     209 
    206210  psStringSubstitute(&class_id,"ota","XY");
    207211 
     
    211215  psStringSubstitute(&query,dateobs_end,"@DATEOBS_END@");
    212216
    213   fprintf(stderr,"%s",query);
     217  // fprintf(stderr,"%s",query);
    214218
    215219  if (!p_psDBRunQuery(config->dbh, query)) {
     
    237241  if (!psArrayLength(output)) {
    238242    psTrace("regtool", PS_LOG_INFO, "no rows found");
    239     psFree(output);
    240243    return true;
    241244  }
Note: See TracChangeset for help on using the changeset viewer.