/[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 233 Revision 234
234 psiconv_unicode_strlen(paragraph->text)+1))) 234 psiconv_unicode_strlen(paragraph->text)+1)))
235 goto ERROR6; 235 goto ERROR6;
236 236
237 /* We need it for the next if-statement */ 237 /* We need it for the next if-statement */
238 if (psiconv_list_length(paragraph->in_lines) == 1) 238 if (psiconv_list_length(paragraph->in_lines) == 1)
239 if (!(in_line = psiconv_list_get(paragraph->in_lines,1))) { 239 if (!(in_line = psiconv_list_get(paragraph->in_lines,0))) {
240 psiconv_error(config,lev+1,0,"Data structure corruption"); 240 psiconv_error(config,lev+1,0,"Data structure corruption");
241 res = -PSICONV_E_NOMEM; 241 res = -PSICONV_E_NOMEM;
242 goto ERROR6; 242 goto ERROR6;
243 } 243 }
244 244

Legend:
Removed from v.233  
changed lines
  Added in v.234

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