--- psiconv/trunk/lib/psiconv/parse_driver.c 1999/12/04 00:40:10 43 +++ psiconv/trunk/lib/psiconv/parse_driver.c 1999/12/04 20:53:11 45 @@ -134,7 +134,7 @@ for (i = 0; i < psiconv_list_length(table); i ++) { entry = psiconv_list_get(table,i); psiconv_progress(lev+3,off,"Going to read picture section %i",i); - psiconv_parse_paint_data_section(buf,lev+3,*entry,NULL,&paint); + psiconv_parse_paint_data_section(buf,lev+3,*entry,NULL,0,&paint); psiconv_list_add((*result)->sections,paint); }