SL-11138 Bitmaps format support bug
parent
0df49188ab
commit
ce380a4e4f
|
|
@ -181,7 +181,7 @@ bool LLImageBMP::updateData()
|
|||
}
|
||||
}
|
||||
else
|
||||
if( 12 <= header.mSize && 64 <= header.mSize )
|
||||
if( 12 <= header.mSize && header.mSize <= 64 )
|
||||
{
|
||||
setLastError("OS/2 2.x BMP files are not supported");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue