fixed a wrong field name in chan.c that caused a segfault

This commit is contained in:
2025-06-13 17:03:56 +09:00
parent 89a6bf21ab
commit c7378287dc
4 changed files with 131 additions and 88 deletions

View File

@ -1,7 +1,7 @@
SRCS = chan.c ctx.c
OBJS = $(SRCS:.c=.o)
CFLAGS := -Wall -g
CFLAGS := -Wall -g -O3
LDFLAGS :=
LIBS := -lrt