fixed warning
svn-id: r4716
This commit is contained in:
parent
5a685f5658
commit
cdf61fdf46
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue