diff options
| author | jhurst <jhurst@cinecert.com> | 2006-05-30 07:11:19 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-05-30 07:11:19 +0000 |
| commit | 5e91ca52284adc91a42d6fe389c9cc70a33126a6 (patch) | |
| tree | 4e525a17cec341c2e1dc323c14d9cdd0d9ec98f3 /src/KM_fileio.cpp | |
| parent | 1c20f520f0ac0d44c64cc53991f12c84a416b48f (diff) | |
more printf format fixes
Diffstat (limited to 'src/KM_fileio.cpp')
| -rw-r--r-- | src/KM_fileio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp index 4453e89..464d47f 100644 --- a/src/KM_fileio.cpp +++ b/src/KM_fileio.cpp @@ -200,7 +200,7 @@ Kumu::FileWriter::Writev(const byte_t* buf, ui32_t buf_len) if ( iov->m_Count >= IOVecMaxEntries ) { - DefaultLogSink().Error("The iovec is full! Only %lu entries allowed before a flush.\n", + DefaultLogSink().Error("The iovec is full! Only %u entries allowed before a flush.\n", IOVecMaxEntries); return RESULT_FAIL; } |
