summaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 0fb9fc0..2bb4511 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -333,7 +333,7 @@ class Main extends View, Runnable
bool first = true;
DFBRegion flip;
- D_DEBUG_AT( PluggIt_View, "%s( [%u], %p, %d )\n", __FUNCTION__, rects.size(), ptr, pitch );
+ D_DEBUG_AT( PluggIt_View, "%s( [%zd], %p, %d )\n", __FUNCTION__, rects.size(), ptr, pitch );
D_ASSERT( rects.size() > 0 );
D_ASSERT( ptr != NULL );