--- psiconv/trunk/lib/psiconv/parse_driver.c 2000/12/15 01:16:43 65 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2000/12/15 17:17:45 66 @@ -114,9 +114,9 @@ if (!(entry = psiconv_list_get(table,i))) goto ERROR4; psiconv_progress(lev+3,off,"Going to read clipart section %i",i); - if (!(psiconv_parse_clipart_section(buf,lev+3,*entry,NULL,&clipart))) + if ((res = psiconv_parse_clipart_section(buf,lev+3,*entry,NULL,&clipart))) goto ERROR4; - if (!(psiconv_list_add((*result)->sections,clipart))) + if ((res = psiconv_list_add((*result)->sections,clipart))) goto ERROR5; }