IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

format argument must be const char

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.