IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:33:20 AM (19 years ago)
Author:
magnier
Message:

check file save state before opening

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r11339 r11357  
    183183    }
    184184
     185    if ((file->mode == PM_FPA_MODE_WRITE) && !file->save) {
     186        psTrace("psModules.camera", 6, "skip open for %s, output file not requested", file->name);
     187        return true;
     188    }
     189
    185190    // determine the file name
    186191    // free a name allocated earlier
Note: See TracChangeset for help on using the changeset viewer.