Группа :: Работа с текстами
Пакет: ispell
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: ispell-3.20-increase-max.patch
--- ispell-3.1.20.orig/config.X
+++ ispell-3.1.20/config.X
@@ -448,12 +448,12 @@
/* buffer size to use for file names if not in sys/param.h */
#ifndef MAXPATHLEN
-#define MAXPATHLEN 240
+#define MAXPATHLEN 4096
#endif
/* max file name length (will truncate to fit BAKEXT) if not in sys/param.h */
#ifndef MAXNAMLEN
-#define MAXNAMLEN 14
+#define MAXNAMLEN 1024
#endif
/* define if you want .bak file names truncated to MAXNAMLEN characters */