Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake

via IRC
This commit is contained in:
rjesup%wgate.com 2001-09-07 21:32:54 +00:00
parent 68b4411e9b
commit 937298da2f

View File

@ -412,7 +412,7 @@ void nsImageXlib::UpdateCachedImage()
XLIB_RGB_DITHER_MAX,
mImageBits + mRowBytes * rect->y + 3 * rect->x,
mRowBytes,
aUpdateRect->x, aUpdateRect->y);
rect->x, rect->y);
}
}