summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++/decoders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_libFLAC++/decoders.cpp')
-rw-r--r--src/test_libFLAC++/decoders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_libFLAC++/decoders.cpp b/src/test_libFLAC++/decoders.cpp
index a937f1fc..a3633092 100644
--- a/src/test_libFLAC++/decoders.cpp
+++ b/src/test_libFLAC++/decoders.cpp
@@ -152,7 +152,7 @@ void DecoderCommon::common_metadata_callback_(const ::FLAC__StreamMetadata *meta
if(error_occurred_)
return;
- printf("%d... ", current_metadata_number_);
+ printf("%u... ", current_metadata_number_);
fflush(stdout);
if(current_metadata_number_ >= num_expected_) {