]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/bitmap.cpp
fixed more printf() warnings
[wxWidgets.git] / src / motif / bitmap.cpp
index 4747f9ab1d1d4a4946911dd18fbb035714cce0a8..e5b3c2c3086a44c67ae933dea32a1d8604f08fa2 100644 (file)
@@ -229,7 +229,7 @@ bool wxBitmap::Create(void *data, long type, int width, int height, int depth)
     wxBitmapHandler *handler = FindHandler(type);
 
     if ( handler == NULL ) {
-        wxLogWarning("no data bitmap handler for type %d defined.", type);
+        wxLogWarning("no data bitmap handler for type %ld defined.", type);
 
         return FALSE;
     }