diff options
| author | jhurst <jhurst@cinecert.com> | 2015-05-21 00:10:39 +0000 |
|---|---|---|
| committer | jhurst <> | 2015-05-21 00:10:39 +0000 |
| commit | 282deda913e656d38df6bb04c685d1e2346cd29b (patch) | |
| tree | 3a93fb5272cf9d6fb19a6f1c2f6c1cb9876103af /src/klvsplit.cpp | |
| parent | 887003223e52b4fb2b9ca135dcb8a23e1f133cd4 (diff) | |
compile fixes
Diffstat (limited to 'src/klvsplit.cpp')
| -rwxr-xr-x | src/klvsplit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/klvsplit.cpp b/src/klvsplit.cpp index 4f77dbb..5dcd8ed 100755 --- a/src/klvsplit.cpp +++ b/src/klvsplit.cpp @@ -292,7 +292,7 @@ main(int argc, const char** argv) snprintf(filename_buf, 1024, "%s%010qu%s", this_prefix.c_str(), item_counter, Options.suffix.c_str()); if ( Options.verbose_flag ) - fprintf(stderr, "%s (%d bytes)\n", filename_buf, packet.ValueLength()); + fprintf(stderr, "%s (%llu bytes)\n", filename_buf, packet.ValueLength()); Kumu::FileWriter writer; writer.OpenWrite(filename_buf); |
