Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#710 closed bug (fixed)

[TIFFTranslator] missing error handling

Reported by: diver Owned by: axeld
Priority: normal Milestone: R1
Component: Applications Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Running "Mouse" from the terminal shows this:

TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42) TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42) TIFFTranslator: Not a TIFF file, bad magic number 19778 (0x4d42)

Seems like missing error handling in TIFF Translator.

Change History (3)

comment:1 by axeld, 18 years ago

Resolution: fixed

comment:2 by axeld, 18 years ago

Status: newclosed

comment:3 by axeld, 18 years ago

The TIFF translator just printed the errors to stderr (since Identify() was called). It no longer does this since hrev18040. I wouldn't call this a bug, though.

Note: See TracTickets for help on using tickets.