This is the text for the previous commit.

Fixed reading of corrupt Jpegs. The previous fix would work somewhat on VC6, but should not have worked... . The new fix looks unfamiliar, but seems to work fine. Thanks for the patch to Natevw

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2005-08-29 19:39:02 +00:00
parent f5c58cc8d3
commit 6ae2a95a8c

View File

@ -164,7 +164,7 @@ Fl_JPEG_Image::Fl_JPEG_Image(const char *jpeg) // I - File to load
jpeg_calc_output_dimensions(&dinfo);
w(dinfo.output_width);
w(dinfo.output_width);
h(dinfo.output_height);
d(dinfo.output_components);