From 4901a3dc3882cb9c67ad09d44b9eeed546e12da0 Mon Sep 17 00:00:00 2001 From: Jarosaw Staniek Date: Sat, 8 Dec 2007 01:32:41 +0000 Subject: [PATCH] SVN_SILENT warnings-- svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746162 --- kmmsgbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmmsgbase.cpp b/kmmsgbase.cpp index 2da0c54cb..210335b8c 100644 --- a/kmmsgbase.cpp +++ b/kmmsgbase.cpp @@ -875,7 +875,7 @@ retry: if (g_chunk) free(g_chunk); using_mmap = true; - if ( mIndexOffset > storage()->indexStreamLength() ) { + if ( mIndexOffset > (off_t)storage()->indexStreamLength() ) { // This message has not been indexed yet, data would lie // outside the index data structures so do not touch it. return QString();