Fix dcone bustage

This commit is contained in:
spider 1998-06-19 23:16:07 +00:00
parent 9e7aae58c2
commit 3706465803

View File

@ -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++)
{