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);