--- psiconv/trunk/lib/psiconv/parse_simple.c 2001/07/24 22:31:57 131 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2001/07/24 22:44:59 132 @@ -122,7 +122,7 @@ goto ERROR; len = 1; psiconv_debug(lev+2,off,"Indicator (1 byte): %02x",res); - } else if ((temp & 0x07) == 0x03) { + } else if ((temp & 0x07) == 0x05) { res = psiconv_read_u16(buf,lev+2,off,&localstatus) >> 3; if (localstatus) goto ERROR;