summary refs log tree commit diff
path: root/pkgs/applications/science/misc/vite/larger-line-buffer.patch
blob: 7934c0085c19531940da09d0c395a0b643067343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
 
 /**