IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2010, 6:49:43 PM (15 years ago)
Author:
bills
Message:

fix compiler error on certain systems

File:
1 edited

Legend:

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

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