Skip to content

Commit

Permalink
Traktor: Compile fix in EXR image format reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Feb 22, 2024
1 parent bf8e450 commit 00221c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Drawing/Formats/ImageFormatExr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bool ImageFormatExr::write(IStream* stream, const Image* image)
img->getHeight(),
4,
0,
(const unsigned char**)&buffer,
(unsigned char**)&buffer,
nullptr
);
if (size <= 0)
Expand Down

0 comments on commit 00221c6

Please sign in to comment.