/[public]/psiconv/trunk/lib/psiconv/parse_driver.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_driver.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 64 Revision 66
112 goto ERROR3; 112 goto ERROR3;
113 for (i = 0; i < psiconv_list_length(table); i ++) { 113 for (i = 0; i < psiconv_list_length(table); i ++) {
114 if (!(entry = psiconv_list_get(table,i))) 114 if (!(entry = psiconv_list_get(table,i)))
115 goto ERROR4; 115 goto ERROR4;
116 psiconv_progress(lev+3,off,"Going to read clipart section %i",i); 116 psiconv_progress(lev+3,off,"Going to read clipart section %i",i);
117 if (!(psiconv_parse_clipart_section(buf,lev+3,*entry,NULL,&clipart))) 117 if ((res = psiconv_parse_clipart_section(buf,lev+3,*entry,NULL,&clipart)))
118 goto ERROR4; 118 goto ERROR4;
119 if (!(psiconv_list_add((*result)->sections,clipart))) 119 if ((res = psiconv_list_add((*result)->sections,clipart)))
120 goto ERROR5; 120 goto ERROR5;
121 } 121 }
122 122
123 psiconv_free_jumptable_section(table); 123 psiconv_free_jumptable_section(table);
124 psiconv_progress(lev+1,off,"End of clipart file"); 124 psiconv_progress(lev+1,off,"End of clipart file");

Legend:
Removed from v.64  
changed lines
  Added in v.66

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26