/[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 66 Revision 71
16 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18*/ 18*/
19 19
20#include "config.h" 20#include "config.h"
21#include "compat.h"
22
21#include <stdlib.h> 23#include <stdlib.h>
22 24
23#include "parse.h" 25#include "parse.h"
24#include "parse_routines.h" 26#include "parse_routines.h"
25#include "data.h"
26 27
27psiconv_file_type_t psiconv_file_type(psiconv_buffer buf,int *length, 28psiconv_file_type_t psiconv_file_type(psiconv_buffer buf,int *length,
28 psiconv_header_section *result) 29 psiconv_header_section *result)
29{ 30{
30 psiconv_header_section header; 31 psiconv_header_section header;
644 645
645 psiconv_free_application_id_section(appl_id); 646 psiconv_free_application_id_section(appl_id);
646 psiconv_free_section_table_section(table); 647 psiconv_free_section_table_section(table);
647 648
648 psiconv_progress(lev+1,off,"End of word file"); 649 psiconv_progress(lev+1,off,"End of word file");
649 return res; 650 return 0;
650 651
651 652
652ERROR8: 653ERROR8:
653 psiconv_free_text_and_layout((*result)->paragraphs); 654 psiconv_free_text_and_layout((*result)->paragraphs);
654ERROR7: 655ERROR7:

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

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