fix format string

svn path=/trunk/KDE/kdegraphics/okular/; revision=819740
remotes/origin/KDE/4.1
Dirk Mueller 18 years ago
parent f9e3980c1d
commit cfb96103cb
  1. 2
      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);

Loading…
Cancel
Save