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

This commit is contained in:
rlar
2015-10-10 20:20:45 +02:00
parent c8020f4811
commit 9041bf93ca
-3
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; ) {