fixed a bug in xli reader

This commit is contained in:
2013-09-27 16:19:44 +00:00
parent ef25755996
commit fd4f25d330
2 changed files with 13 additions and 13 deletions

View File

@ -475,7 +475,7 @@ retry:
{
all_digits = 0;
}
else if (lead_digit && QSE_ISDIGIT(c))
else if (QSE_ISDIGIT(c))
{
/* nothing to do */
}