diff options
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 28587b917..27e8293c9 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1487,7 +1487,7 @@ void SurfaceD2D::Copy(PRectangle rc, Point from, Surface &surfaceSource) {  			D2D1_BITMAP_INTERPOLATION_MODE_NEAREST_NEIGHBOR, rcSource);  		hr = pRenderTarget->Flush();  		if (FAILED(hr)) { -			Platform::DebugPrintf("Failed Flush 0x%x\n", hr); +			Platform::DebugPrintf("Failed Flush 0x%lx\n", hr);  		}  		pBitmap->Release();  	} | 
