projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688d1d1
)
reduce the default linebuffer size
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Jan 2008 23:14:09 +0000
(
00:14
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Jan 2008 23:14:09 +0000
(
00:14
+0100)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index 4835a4cadd5e32a608f7d26ee4fda0eb4cf9cf56..84284627d26e31d70f2a04bbf189ccc2a2602406 100644
(file)
--- a/
file.c
+++ b/
file.c
@@
-22,7
+22,7
@@
#include <stdio.h>
#include <ctype.h>
-#define LINEBUF
128
+#define LINEBUF
32
#define LINEBUF_MAX 4096
/*