xpressn.c, fetchid(), #4/15 use fact
This commit is contained in:
parent
e8fa81e382
commit
cc68d8fadb
|
|
@ -706,8 +706,6 @@ fetchid(SPICE_DSTRINGPTR t, const char *s, const char *s_end)
|
|||
c = *s++;
|
||||
|
||||
// facts: alfa(c) == true && s <= s_end
|
||||
while (!alfa(c) && (s < s_end))
|
||||
c = *s++;
|
||||
|
||||
spice_dstring_reinit(t);
|
||||
cadd(t, upcase(c));
|
||||
|
|
|
|||
Loading…
Reference in New Issue