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

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

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

Revision 182 Revision 183
499 formula->type = psiconv_formula_unknown; 499 formula->type = psiconv_formula_unknown;
500 } else if (formula_elements[marker].formula_type == 500 } else if (formula_elements[marker].formula_type ==
501 psiconv_formula_dat_string) { 501 psiconv_formula_dat_string) {
502 psiconv_progress(config,lev+3,off+len,"Next item: a string"); 502 psiconv_progress(config,lev+3,off+len,"Next item: a string");
503 formula->data.dat_string = 503 formula->data.dat_string =
504 psiconv_read_short_string(config,buf,lev+2,off+len,&leng,&res); 504 psiconv_read_short_string(config,buf,lev+2,off+len,&leng,&res);
505 if (res) 505 if (res)
506 goto ERROR8; 506 goto ERROR8;
507 formula->type = formula_elements[marker].formula_type; 507 formula->type = formula_elements[marker].formula_type;
508 len += leng; 508 len += leng;
509 if ((res = psiconv_list_add(formula_stack,formula))) 509 if ((res = psiconv_list_add(formula_stack,formula)))

Legend:
Removed from v.182  
changed lines
  Added in v.183

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