IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2009, 4:11:06 PM (17 years ago)
Author:
Paul Price
Message:

Write to the output, not the input!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksremove.c

    r25082 r25083  
    815815        addDestreakKeyword(header);
    816816
    817         if (!psFitsWriteBlank(in->fits, header, extname)) {
     817        if (!psFitsWriteBlank(out->fits, header, extname)) {
    818818            psError(PS_ERR_IO, false, "failed to write blank in header of %s", in->resolved_name);
    819819            streaksExit("", PS_EXIT_DATA_ERROR);
Note: See TracChangeset for help on using the changeset viewer.