From: Mikko Rasa Date: Tue, 8 Apr 2014 15:42:28 +0000 (+0300) Subject: Fix skipping bytes in JpegLoader X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=56500afb28872f4050d42d536628daa1df5ab6a5;hp=56500afb28872f4050d42d536628daa1df5ab6a5;p=libs%2Fgui.git Fix skipping bytes in JpegLoader Bytes in the buffer are not considered as processed yet, and are included in count. ---