xpressn.c, fetchid(), #6/15 use fact

This commit is contained in:
rlar 2015-10-10 16:01:18 +02:00
parent 16496f8ff7
commit 9a69f79feb
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ fetchid(SPICE_DSTRINGPTR t, const char *s, const char *s_end)
{
c = *s++;
if (s > s_end)
c = '\0';
break;
// facts: upcase('\0') == '\0'
// facts: alfanum('\0') == false