[evolution-ews] Fix printf format error
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Fix printf format error
- Date: Wed, 29 Jun 2011 17:42:57 +0000 (UTC)
commit 2b4a06e3d83ed85daa32f4592336e788ae640753
Author: David Woodhouse <David Woodhouse intel com>
Date: Wed Jun 29 18:42:50 2011 +0100
Fix printf format error
src/addressbook/lzx/lzxd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/lzx/lzxd.c b/src/addressbook/lzx/lzxd.c
index 19666b6..8a9c503 100644
--- a/src/addressbook/lzx/lzxd.c
+++ b/src/addressbook/lzx/lzxd.c
@@ -629,7 +629,7 @@ int lzxd_decompress(struct lzxd_stream *lzx, off_t out_bytes) {
/* check that we've used all of the previous frame first */
if (lzx->o_ptr != lzx->o_end) {
- D(("%d avail bytes, new %d frame", lzx->o_end-lzx->o_ptr, frame_size))
+ D(("%ld avail bytes, new %d frame", lzx->o_end-lzx->o_ptr, frame_size))
return lzx->error = LZX_ERR_DECRUNCH;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]