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

This commit is contained in:
rlar 2015-10-10 15:05:43 +02:00
parent c8020f4811
commit 9041bf93ca
1 changed files with 0 additions and 3 deletions

View File

@ -705,10 +705,7 @@ fetchid(SPICE_DSTRINGPTR t, const char *s, const char *s_end)
spice_dstring_reinit(t);
// facts: alfa(*s) == true && s < s_end
c = *s++;
// facts: alfa(c) == true && s <= s_end
cadd(t, upcase(c));
for (; s < s_end; ) {