compile fixes
[asdcplib.git] / src / klvsplit.cpp
index 4f77dbb6eb107f832544077c2ef70d57c8b5f25f..5dcd8ed4b6ebb187606256a6ae0179a2ab0e568e 100755 (executable)
@@ -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);