/[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 243 Revision 244
1225 1225
1226 psiconv_progress(config,lev+2,off+len,"Going to read the icon name"); 1226 psiconv_progress(config,lev+2,off+len,"Going to read the icon name");
1227 (*result)->icon_name = psiconv_read_string(config,buf,lev+2,off+len,&leng,&res); 1227 (*result)->icon_name = psiconv_read_string(config,buf,lev+2,off+len,&leng,&res);
1228 if (res) 1228 if (res)
1229 goto ERROR2; 1229 goto ERROR2;
1230 psiconv_debug(config,lev+2,off+len,"Icon name: %s",(*result)->icon_name);
1231 len += leng; 1230 len += leng;
1232 1231
1233 psiconv_progress(config,lev+2,off+len,"Going to read the icon width"); 1232 psiconv_progress(config,lev+2,off+len,"Going to read the icon width");
1234 (*result)->icon_width = psiconv_read_length(config,buf,lev+2,off+len,&leng,&res); 1233 (*result)->icon_width = psiconv_read_length(config,buf,lev+2,off+len,&leng,&res);
1235 if (res) 1234 if (res)

Legend:
Removed from v.243  
changed lines
  Added in v.244

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