Changeset 32694 for branches/eam_branches/ipp-20111110/magic
- Timestamp:
- Nov 17, 2011, 2:02:08 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20111110
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/remove/src/streaksio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110
- Property svn:mergeinfo changed
/trunk (added) merged: 32650,32652-32656,32658,32665-32666,32668-32669,32671,32674,32676,32678,32680-32682,32687
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111110/magic/remove/src/streaksio.c
r32252 r32694 632 632 633 633 if (!isImage(in)) { 634 psLogMsg("streaksremove", PS_LOG_INFO, "%s contains no image\n", in->name); 634 635 return; 635 636 } … … 779 780 setupImageRefs(sFile *out, sFile *recoveryOut, sFile *in, int extnum, bool exciseAll) 780 781 { 782 if (!in->image) { 783 // Input file is likely corrupt. XXX: Shouldn't we have caught this earlier? 784 psError(PS_ERR_UNKNOWN, true, "image is null for extension %d of %s file is likely corrupt", extnum, in->name); 785 streaksExit("", PS_EXIT_UNKNOWN_ERROR); 786 } 781 787 if (!exciseAll) { 782 788 // set output image to be the input image
Note:
See TracChangeset
for help on using the changeset viewer.
