--- psiconv/trunk/lib/psiconv/parse_simple.c 1999/10/03 21:10:47 2 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2000/11/30 20:09:13 54 @@ -104,7 +104,7 @@ len = 2; psiconv_debug(lev+2,off,"Indicator (2 bytes): %04x",res); } else if ((temp & 0x07) == 0x03) { - res = psiconv_read_u16(buf,lev+2,off) >> 3; + res = psiconv_read_u32(buf,lev+2,off) >> 3; len = 4; psiconv_debug(lev+2,off,"Indicator (4 bytes): %08x",res); } else {