and be explicit.. unsigned.. INT!

SVN revision: 64754
This commit is contained in:
Carsten Haitzler 2011-11-05 11:25:42 +00:00
parent 86504a24d1
commit 5bf58d3ef6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ _edje_multisense_encode(const char *filename, Edje_Sound_Sample *sample, double
const char*
_edje_multisense_encode_to_flac(char *snd_path, SF_INFO sfinfo)
{
unsigned total_samples = 0; /* can use a 32-bit number due to WAVE size limitations */
unsigned int total_samples = 0; /* can use a 32-bit number due to WAVE size limitations */
FLAC__bool ok = 1;
FLAC__StreamEncoder *encoder = 0;
FLAC__StreamEncoderInitStatus init_status;