SVN_SILENT warnings--

svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746162
wilder-work
Jarosaw Staniek 19 years ago
parent a325a67d53
commit 4901a3dc38
  1. 2
      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();

Loading…
Cancel
Save