35cbabdab4
svn path=/nixpkgs/trunk/; revision=22696
15 lines
305 B
Diff
15 lines
305 B
Diff
ViTE has an arbitrary restriction on the length of lines read by the parser.
|
|
Make it larger.
|
|
|
|
--- a/src/parser/PajeFileManager.hpp
|
|
+++ b/src/parser/PajeFileManager.hpp
|
|
@@ -67,7 +67,7 @@
|
|
|
|
#include <string.h>
|
|
|
|
-#define _PAJE_BUFSIZE 256
|
|
+#define _PAJE_BUFSIZE 16384
|
|
#define _PAJE_NBMAXTKS 16
|
|
|
|
/**
|