--- psiconv/trunk/lib/psiconv/parse_common.c 2003/11/23 18:53:11 166 +++ psiconv/trunk/lib/psiconv/parse_common.c 2003/11/23 21:47:24 167 @@ -764,8 +764,8 @@ psiconv_debug(lev+4,off+len, "Offset: %08x",temp); len += 4; psiconv_progress(lev+4,off+len, - "Going to parse the Embedded Object"); - if ((res = psiconv_parse_embedded_object(buf,lev+4,temp, + "Going to parse the Embedded Object Section"); + if ((res = psiconv_parse_embedded_object_section(buf,lev+4,temp, NULL,&(in_line.object)))) goto ERROR5; psiconv_progress(lev+4,off+len, @@ -847,7 +847,7 @@ if (in_line.layout) psiconv_free_character_layout(in_line.layout); if (in_line.object) - psiconv_free_object(in_line.object); + psiconv_free_embedded_object_section(in_line.object); ERROR4: free(inline_count); ERROR3: @@ -934,9 +934,9 @@ return res; } -int psiconv_parse_embedded_object(const psiconv_buffer buf, int lev, +int psiconv_parse_embedded_object_section(const psiconv_buffer buf, int lev, psiconv_u32 off, int *length, - psiconv_object *result) + psiconv_embedded_object_section *result) { int res=0; int len=0;