xpressn.c, fetchid(), #12/15 use fact
This commit is contained in:
parent
c8020f4811
commit
9041bf93ca
|
|
@ -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; ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue