1--- aces_formatter.cpp.orig 2018-06-23 19:34:29 UTC 2+++ aces_formatter.cpp 3@@ -107,8 +107,8 @@ 4 #include <cassert> 5 6 struct scanLineHeader { 7- int32 yCoordinate; 8- int32 pixelDataSize; 9+ uint32 yCoordinate; 10+ uint32 pixelDataSize; 11 }; 12 13 14 15