IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25778


Ignore:
Timestamp:
Oct 5, 2009, 3:51:24 PM (17 years ago)
Author:
eugene
Message:

format argument must be const char

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r25775 r25778  
    372372    psFree(where);
    373373    if (where2) {
    374         psStringAppend(&query, where2);
     374        psStringAppend(&query, " %s", where2);
    375375        psFree(where2);
    376376    }
  • trunk/ippTools/src/warptool.c

    r25775 r25778  
    12391239
    12401240    if (where2) {
    1241         psStringAppend(&query, where2);
     1241        psStringAppend(&query, " %s", where2);
    12421242    }
    12431243
Note: See TracChangeset for help on using the changeset viewer.