diff -Nru libstbiw-dev-0.8/debian/changelog libstbiw-dev-0.9/debian/changelog --- libstbiw-dev-0.8/debian/changelog 2019-01-21 18:40:43.000000000 +0000 +++ libstbiw-dev-0.9/debian/changelog 2019-01-21 21:03:26.000000000 +0000 @@ -1,5 +1,5 @@ -libstbiw-dev (0.8-1) trusty; urgency=low +libstbiw-dev (0.9-1) trusty; urgency=low * Initial release (Closes: #nnnn) - -- victor00000 Mon, 21 Jan 2019 20:40:42 +0200 + -- victor00000 Mon, 21 Jan 2019 23:03:25 +0200 diff -Nru libstbiw-dev-0.8/debian/control libstbiw-dev-0.9/debian/control --- libstbiw-dev-0.8/debian/control 2019-01-21 18:40:43.000000000 +0000 +++ libstbiw-dev-0.9/debian/control 2019-01-21 21:03:26.000000000 +0000 @@ -12,4 +12,4 @@ Architecture: any Depends: ${misc:Depends} Description: libstbiw-dev - libstbiw-dev 0.8 victor00000 (c) 2019-01-21_20:40:42 victor00000 + libstbiw-dev 0.9 victor00000 (c) 2019-01-21_23:03:25 victor00000 diff -Nru libstbiw-dev-0.8/stb/stb_image_write.h libstbiw-dev-0.9/stb/stb_image_write.h --- libstbiw-dev-0.8/stb/stb_image_write.h 2019-01-21 18:40:43.000000000 +0000 +++ libstbiw-dev-0.9/stb/stb_image_write.h 2019-01-21 21:03:26.000000000 +0000 @@ -1522,10 +1522,10 @@ int r = stbi_write_jpg_core ( &s, x, y, comp, data, quality); -stbi__end_write_file ( &s ); +// stbi__end_write_file ( &s ); return r; } else - return 0; +return 0; }