Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/atlas/patches/long_filenames.patch
8818 views
1
--- old/bin/extract.c 2012-07-10 20:22:50.000000000 +0100
2
+++ src/bin/extract.c 2012-09-20 17:28:33.989175811 +0100
3
@@ -21,10 +21,10 @@
4
#include <assert.h>
5
#include <stdarg.h>
6
7
-#define NAMLEN 128
8
+#define NAMLEN 1024
9
#define LNLEN 2048
10
-#define HANLEN 50
11
-#define SUBLEN 128
12
+#define HANLEN 1024
13
+#define SUBLEN 1024
14
15
#define F_nFlags 16
16
#define F_Case 0
17
18