aboutsummaryrefslogtreecommitdiff
path: root/bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.cpp')
-rw-r--r--bundle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.cpp b/bundle.cpp
index 580d902138..8b1e9c8d99 100644
--- a/bundle.cpp
+++ b/bundle.cpp
@@ -636,7 +636,7 @@ int32 Bundle::decompressCodec(int32 codec, byte * comp_input, byte * comp_output
break;
default:
- printf("Bundle: Unknown codec %d!\n", codec);
+ printf("Bundle: Unknown codec %d!\n", (int)codec);
output_size = 0;
break;
}