diff options
author | John Beppu <beppu@lbox.org> | 2000-06-12 23:39:04 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-06-12 23:39:04 +0000 |
commit | c7ccfc99fc3ce621cc3739896493670316184dec (patch) | |
tree | b7b02e5968fb4db92de8b2cf2645d1a6e44ef463 /utility.c | |
parent | 9f16d614083a96b521cbbca6d5c0b33da91991c4 (diff) |
+ utility.c
CSTRING_BUFFER_LENGTH = 1024 /* so it recurses less often */
+ grep.c
uses cstring_lineFromFile(), and doesn't ever say
Line is too long, anymore
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1573,7 +1573,7 @@ extern int find_real_root_device_name(char* name) } #endif -const unsigned int CSTRING_BUFFER_LENGTH = 128; +const unsigned int CSTRING_BUFFER_LENGTH = 1024; /* recursive parser that returns cstrings of arbitrary length * from a FILE* */ |