]> git.tdb.fi Git - libs/gui.git/commit
Fix skipping bytes in JpegLoader
authorMikko Rasa <tdb@tdb.fi>
Tue, 8 Apr 2014 15:42:28 +0000 (18:42 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 8 Apr 2014 15:42:28 +0000 (18:42 +0300)
commit56500afb28872f4050d42d536628daa1df5ab6a5
treeb5a8649e618d63bf3a1af59c04bce5123bd24786
parent5d8a8dbe07aaf8d9bd2c4c2982b34a877aee432f
Fix skipping bytes in JpegLoader

Bytes in the buffer are not considered as processed yet, and are included
in count.
source/graphics/jpeg/jpegloader.cpp