Skip to content

Commit 6ee39f8

Browse files
committed
test.
1 parent bff18f2 commit 6ee39f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output_thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
void increase_buffer(FILE *f, int bufsize)
2929
{
30-
char *b = (char *)malloc(bufsize);
30+
har *b = (char *)malloc(bufsize);
3131
setvbuf(f, b, _IOFBF, bufsize);
3232
}
3333

0 commit comments

Comments
 (0)