[gnumeric] debug: fix printf issue.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] debug: fix printf issue.
- Date: Fri, 25 Jun 2010 14:54:18 +0000 (UTC)
commit 54f217b298d3822e5d6868e4c9da46be47cee71f
Author: Morten Welinder <terra gnome org>
Date: Fri Jun 25 10:54:06 2010 -0400
debug: fix printf issue.
src/gui-clipboard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui-clipboard.c b/src/gui-clipboard.c
index b57dd73..8ca93d3 100644
--- a/src/gui-clipboard.c
+++ b/src/gui-clipboard.c
@@ -424,7 +424,7 @@ table_content_received (GtkClipboard *clipboard, GtkSelectionData *sel,
while (i + 9 < length) {
if (memcmp (data + i, "<!DOCTYPE", 9) == 0) {
if (debug_clipboard ())
- g_printerr ("Skipping %d bytes of headers.\n", i);
+ g_printerr ("Skipping %d bytes of headers.\n", (int)i);
data += i;
length -= i;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]