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

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

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

Revision 12 Revision 18
92 (*result)->uid3),temp); 92 (*result)->uid3),temp);
93 res = -1; 93 res = -1;
94 } 94 }
95 len += 4; 95 len += 4;
96 96
97 psiconv_progress(lev+2,off+len,"Going to read Section Table Section offset");
98 (*result)->section_table_offset = psiconv_read_u32(buf,lev+2,off+len);
99 psiconv_debug(lev+2,off+len,"Section Table Section starts at offset %08x",
100 (*result)->section_table_offset) ;
101 len += 4;
102
103 if (length) 97 if (length)
104 *length = len; 98 *length = len;
105 99
106 psiconv_progress(lev+1,off+len-1, 100 psiconv_progress(lev+1,off+len-1,
107 "End of Header Section (total length: %08x)",len); 101 "End of Header Section (total length: %08x)",len);

Legend:
Removed from v.12  
changed lines
  Added in v.18

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