mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Fix a few type issues due to typedef updates
This commit is contained in:
@ -299,7 +299,7 @@ hsBool plJPEG::IWrite( plMipmap *source, hsStream *outStream )
|
||||
}
|
||||
|
||||
UInt8 *bufferAddr = jpgBuffer;
|
||||
UInt32 bufferSize = jpgBufferSize;
|
||||
unsigned long bufferSize = jpgBufferSize;
|
||||
jpeg_mem_dest( &cinfo, &bufferAddr, &bufferSize );
|
||||
|
||||
cinfo.image_width = source->GetWidth();
|
||||
|
Reference in New Issue
Block a user