--- psiconv/trunk/lib/psiconv/parse_common.c 2000/12/25 22:25:33 79 +++ psiconv/trunk/lib/psiconv/parse_common.c 2002/01/29 18:38:38 142 @@ -25,6 +25,11 @@ #include "parse_routines.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + + static int psiconv_parse_layout_section(const psiconv_buffer buf, int lev,psiconv_u32 off, int *length, @@ -89,7 +94,10 @@ } else if ((*result)->uid3 == PSICONV_ID_SKETCH) { (*result)->file = psiconv_sketch_file; psiconv_debug(lev+2,off+len,"File is a Sketch file"); - } + } else if ((*result)->uid3 == PSICONV_ID_SHEET) { + (*result)->file = psiconv_sheet_file; + psiconv_debug(lev+2,off+len,"File is a Sheet file"); + } } else if ((*result)->uid2 == PSICONV_ID_MBM_FILE) { (*result)->file = psiconv_mbm_file; if ((*result)->uid3 != 0x00)