We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff18f2 commit 6ee39f8Copy full SHA for 6ee39f8
output_thread.c
@@ -27,7 +27,7 @@
27
28
void increase_buffer(FILE *f, int bufsize)
29
{
30
- char *b = (char *)malloc(bufsize);
+ har *b = (char *)malloc(bufsize);
31
setvbuf(f, b, _IOFBF, bufsize);
32
}
33
0 commit comments