fixed compile warnings.

This commit is contained in:
Takashi Iwai 2003-03-25 17:33:55 +00:00
parent 9d40e1834b
commit cd0edaf292

View file

@ -61,7 +61,7 @@ buffer_syncframe(syncinfo_t *syncinfo, uint8_t **start, uint8_t *end)
parse_syncinfo_data(syncinfo,sbuffer);
while(sbuffer_size < syncinfo->frame_size * 2 - 2)
while(sbuffer_size < (uint32_t)syncinfo->frame_size * 2 - 2)
{
if(cur >= end)
goto done;