/[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 169 Revision 170
315 } 315 }
316 316
317 psiconv_free_application_id_section(appl_id); 317 psiconv_free_application_id_section(appl_id);
318 psiconv_free_section_table_section(table); 318 psiconv_free_section_table_section(table);
319 319
320 psiconv_progress(config,lev+1,off,"End of word file"); 320 psiconv_progress(config,lev+1,off,"End of sketch file");
321 return res; 321 return res;
322 322
323ERROR4: 323ERROR4:
324 psiconv_free_application_id_section(appl_id); 324 psiconv_free_application_id_section(appl_id);
325ERROR3: 325ERROR3:
326 free(table); 326 free(table);
327ERROR2: 327ERROR2:
328 free(*result); 328 free(*result);
329ERROR1: 329ERROR1:
330 psiconv_warn(config,lev+1,off,"Reading of Scketch File failed"); 330 psiconv_warn(config,lev+1,off,"Reading of Sketch File failed");
331 if (res == 0) 331 if (res == 0)
332 return -PSICONV_E_NOMEM; 332 return -PSICONV_E_NOMEM;
333 else 333 else
334 return res; 334 return res;
335} 335}

Legend:
Removed from v.169  
changed lines
  Added in v.170

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