IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2010, 9:55:36 AM (16 years ago)
Author:
heather
Message:

psvideophottool initial changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/videophot2010/ippTools/src/warptool.c

    r29717 r29945  
    994994        psString thisWhere = NULL;
    995995        if (whereStr) {
    996             psStringAppend(&thisWhere, whereStr);
     996          psStringAppend(&thisWhere, "%s", whereStr);
    997997        }
    998998        psStringAppend(&thisWhere, "\nAND warpRun.label = '%s'", label);
Note: See TracChangeset for help on using the changeset viewer.