From cfb96103cb763cd37eaadd70ff3efc5959794d83 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 11 Jun 2008 22:21:11 +0000 Subject: [PATCH] fix format string svn path=/trunk/KDE/kdegraphics/okular/; revision=819740 --- generators/plucker/unpluck/unpluck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/plucker/unpluck/unpluck.cpp b/generators/plucker/unpluck/unpluck.cpp index 1d535ebc3..8f52e2a24 100644 --- a/generators/plucker/unpluck/unpluck.cpp +++ b/generators/plucker/unpluck/unpluck.cpp @@ -906,7 +906,7 @@ static int FpSeek result = lseek (handle->dbprivate, offset, SEEK_SET); if (result != offset) { - _plkr_message ("Unable to seek fp %d to offset %d -- %d instead\n", + _plkr_message ("Unable to seek fp %d to offset %lu -- %lu instead\n", handle->dbprivate, offset, result); } return (result == offset);