fix 32/64 bits issue.

This commit is contained in:
Vitor Santos Costa 2015-01-15 01:15:57 -08:00
parent 326771d17b
commit befedf8db2

View File

@ -693,7 +693,7 @@ read_tag(IOSTREAM *stream)
return ch;
}
static UInt
static pred_flags_t
read_predFlags(IOSTREAM *stream)
{
pred_flags_t v;