*** empty log message ***
This commit is contained in:
parent
5c574b5b13
commit
d9e7c27569
@ -14,11 +14,11 @@
|
|||||||
int c;
|
int c;
|
||||||
- char linebuf[1024];
|
- char linebuf[1024];
|
||||||
+ /*
|
+ /*
|
||||||
+ Max PATH_MAX bytes even for UTF-8 path names and additional 6
|
+ Max PATH_MAX bytes even for UTF-8 path names and additional 9
|
||||||
+ bytes for "#file:". Not a good solution but for now it is the
|
+ bytes for "# file: ".Not a good solution but for now it is the
|
||||||
+ best I can do without too much impact on the code. [tw]
|
+ best I can do without too much impact on the code. [tw]
|
||||||
+ */
|
+ */
|
||||||
+ char linebuf[(4*PATH_MAX)+6];
|
+ char linebuf[(4*PATH_MAX)+9];
|
||||||
char *cp;
|
char *cp;
|
||||||
char *p;
|
char *p;
|
||||||
int comments_read = 0;
|
int comments_read = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user