This commit is contained in:
kento2 2026-09-09 20:02:39 +02:00
parent 684bc7c3e5
commit 247e889006
3 changed files with 5 additions and 94 deletions

View file

@ -22,6 +22,7 @@ int parse_token(buffer *b, stralloc *result)
stralloc line;
int r;
stralloc_init(result);
stralloc_init(&line);
for (;;) {
r=buffer_getnewline_sa(b,&line);
if (r==0) break;