--- psiconv/trunk/lib/psiconv/parse_common.c 1999/10/11 15:17:17 11 +++ psiconv/trunk/lib/psiconv/parse_common.c 1999/10/11 16:15:14 12 @@ -68,7 +68,12 @@ (*result)->file = psiconv_texted_file; psiconv_debug(lev+2,off+len,"File is a TextEd file"); } - } + } else if ((*result)->uid2 == PSICONV_ID_MBM_FILE) { + (*result)->file = psiconv_mbm_file; + if ((*result)->uid3 != 0x00) + psiconv_warn(lev+2,off+len,"UID3 set in MBM file?!?"); + psiconv_debug(lev+2,off+len,"File is a MBM file"); + } } if ((*result)->file == psiconv_unknown_file) { psiconv_warn(lev+2,off+len,"Unknown file type");