IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2010, 4:42:49 PM (16 years ago)
Author:
eugene
Message:

fix psStringAppend statement missing format

File:
1 edited

Legend:

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

    r27777 r27834  
    925925        // to avoid slow queries and to the query itself
    926926        // to satisfy the user's requested limit
    927         psStringAppend(&limitString, psDBGenerateLimitSQL(limit));
     927        psStringAppend(&limitString, "%s", psDBGenerateLimitSQL(limit));
    928928        psStringAppend(&query, " %s", limitString);
    929929    }
Note: See TracChangeset for help on using the changeset viewer.