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

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

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

Revision 219 Revision 220
185 } 185 }
186 soval ++; 186 soval ++;
187 while (line[soval] && (line[soval] <= 32)) 187 while (line[soval] && (line[soval] <= 32))
188 soval ++; 188 soval ++;
189 eoval = soval; 189 eoval = soval;
190 while (line[eoval] && ((line[eoval] >= '0') && (line[eovar] <= '9'))) 190 while (line[eoval] && ((line[eoval] >= '0') && (line[eoval] <= '9')))
191 eoval ++; 191 eoval ++;
192 if (eoval == soval) { 192 if (eoval == soval) {
193 psiconv_error(*config,0,0,"Configuration file %s, line %d: " 193 psiconv_error(*config,0,0,"Configuration file %s, line %d: "
194 "Syntax error (no value found)",filename,linenr); 194 "Syntax error (no value found)",filename,linenr);
195 return; 195 return;

Legend:
Removed from v.219  
changed lines
  Added in v.220

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