Alexey
2017-03-14 ac2f54af5ec74de6dd0027618b0c7bcc26e5b772
src/stb_image_write.h
@@ -279,7 +279,7 @@
{
   unsigned char scanlineheader[4] = { 2, 2, 0, 0 };
   unsigned char rgbe[4];
   float linear[3];
   float linear[3] = {0};
   int x;
   scanlineheader[2] = (width&0xff00)>>8;