[tracker] Fix compilation warning
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Fix compilation warning
- Date: Thu, 29 Apr 2010 15:47:19 +0000 (UTC)
commit 0c7c8a18f384bedba3df17e08c7c116b63b67869
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]