From 297ccd69e582f76e913790c7566f284ffadc3db3 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Mon, 22 Nov 2004 17:43:08 +0000 Subject: [PATCH] #257230 r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only) Patch from Peter Weilbacher - remove a release build printf git-svn-id: svn://10.0.0.236/trunk@165578 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/os2/nsDrawingSurfaceOS2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/gfx/src/os2/nsDrawingSurfaceOS2.cpp b/mozilla/gfx/src/os2/nsDrawingSurfaceOS2.cpp index 43017549bca..3f18b89b9a2 100644 --- a/mozilla/gfx/src/os2/nsDrawingSurfaceOS2.cpp +++ b/mozilla/gfx/src/os2/nsDrawingSurfaceOS2.cpp @@ -323,9 +323,9 @@ nsresult nsOffscreenSurface::Lock( PRInt32 aX, PRInt32 aY, rc = GFX (::GpiQueryBitmapBits (mPS, mYPels, mScans, (PBYTE)mBits, (PBITMAPINFO2)mInfoHeader), GPI_ALTERROR); - if( rc != mInfoHeader->cy) PMERROR( "GpiQueryBitmapBits"); #ifdef DEBUG + if( rc != mInfoHeader->cy) PMERROR( "GpiQueryBitmapBits"); printf( "Lock, requested %d x %d and got %d x %d\n", aWidth, aHeight, (int) mInfoHeader->cx, aHeight); #endif