[tracker/tracker-0.8] Fix compilation warning
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.8] Fix compilation warning
- Date: Thu, 6 May 2010 17:54:44 +0000 (UTC)
commit a8312a10ce863e16eb366ad3892b8a277e49de14
Author: Aleksander Morgado <aleksander lanedo com>
Date: Thu Apr 29 17:45:57 2010 +0200
Fix compilation warning
src/tracker-extract/tracker-extract-msoffice.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-msoffice.c b/src/tracker-extract/tracker-extract-msoffice.c
index 708a9dd..4af159d 100644
--- a/src/tracker-extract/tracker-extract-msoffice.c
+++ b/src/tracker-extract/tracker-extract-msoffice.c
@@ -469,7 +469,7 @@ msoffice_convert_and_normalize_chunk (guint8 *buffer,
g_free (converted_text);
g_free (normalized_chunk);
} else {
- g_warning ("Couldn't convert %d bytes from %s to UTF-8: %s",
+ g_warning ("Couldn't convert %" G_GSIZE_FORMAT " bytes from %s to UTF-8: %s",
chunk_size,
is_ansi ? "CP1252" : "UTF-16",
error ? error->message : "no error given");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]