IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23792


Ignore:
Timestamp:
Apr 9, 2009, 8:39:14 PM (17 years ago)
Author:
Paul Price
Message:

Fixing warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r23791 r23792  
    373373    FILE *outFile = fopen(filename, "w"); // File to write
    374374    if (!outFile) {
    375         psError(PS_ERR_IO, false, "Unable to open %s for writing");
     375        psError(PS_ERR_IO, false, "Unable to open %s for writing", filename);
    376376        return false;
    377377    }
Note: See TracChangeset for help on using the changeset viewer.