diff --git a/ctlrender/tiff_file.cc b/ctlrender/tiff_file.cc index afd36e8..8fb5266 100644 --- a/ctlrender/tiff_file.cc +++ b/ctlrender/tiff_file.cc @@ -484,7 +484,7 @@ void tiff_read_failsafe(TIFF *t, float scale, ctl::dpx::fb *pixels) { pixels->init(w, h, 4); temp_buffer=(uint8_t *)alloca(w*h*4); - TIFFReadRGBAImage(t, w, h, (uint32 *)temp_buffer, 0); + TIFFReadRGBAImage(t, w, h, (uint32_t *)temp_buffer, 0); for(i=0; i