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

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

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

Revision 207 Revision 208
523 523
524 if ((res = psiconv_buffer_resolve(extra_buf))) 524 if ((res = psiconv_buffer_resolve(extra_buf)))
525 goto ERROR2; 525 goto ERROR2;
526 if ((res = psiconv_buffer_concat(buf,extra_buf))) 526 if ((res = psiconv_buffer_concat(buf,extra_buf)))
527 goto ERROR2; 527 goto ERROR2;
528 psiconv_buffer_free(extra_buf);
528 529
529 return 0; 530 return 0;
530 531
531ERROR2: 532ERROR2:
532 psiconv_buffer_free(extra_buf); 533 psiconv_buffer_free(extra_buf);

Legend:
Removed from v.207  
changed lines
  Added in v.208

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