[vte/vte-0-22] Use right modifier to printf gulong
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte/vte-0-22] Use right modifier to printf gulong
- Date: Sun, 8 Nov 2009 17:13:55 +0000 (UTC)
commit 9a6f31808a44c21249f62116bf27d9a86cb719f0
Author: Christian Persch <chpe gnome org>
Date: Thu Oct 29 18:59:52 2009 +0100
Use right modifier to printf gulong
Fixes a compiler warning.
src/ring.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ring.c b/src/ring.c
index 54a9682..ca9f586 100644
--- a/src/ring.c
+++ b/src/ring.c
@@ -35,7 +35,7 @@ _vte_ring_validate (VteRing * ring)
{
g_assert(ring != NULL);
_vte_debug_print(VTE_DEBUG_RING,
- " Delta = %u, Length = %u, Max = %u, Writable = %u.\n",
+ " Delta = %lu, Length = %lu, Max = %lu, Writable = %lu.\n",
ring->start, ring->end - ring->start,
ring->max, ring->end - ring->writable);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]