mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Fix dcone bustage
This commit is contained in:
parent
9e7aae58c2
commit
3706465803
@ -293,7 +293,7 @@ PRInt16 red,green,blue,*cur16;
|
||||
for(y=0;y<mHeight;y++)
|
||||
{
|
||||
cursrc = mImageBits+(y*oldrowbytes);
|
||||
cur16 = (PRUint16*) (tempbuffer+(y*mRowBytes));
|
||||
cur16 = (PRInt16*) (tempbuffer+(y*mRowBytes));
|
||||
|
||||
for(x=0;x<oldrowbytes;x++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user