diff options
Diffstat (limited to 'legacy/mkcfm/constise.patch')
-rw-r--r-- | legacy/mkcfm/constise.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/legacy/mkcfm/constise.patch b/legacy/mkcfm/constise.patch new file mode 100644 index 000000000..aff209ecf --- /dev/null +++ b/legacy/mkcfm/constise.patch @@ -0,0 +1,11 @@ +--- mkcfm-1.0.1/mkcfm.c.old 2005-12-08 17:54:40.000000000 +0000 ++++ mkcfm-1.0.1/mkcfm.c 2018-12-31 07:32:01.460000000 +0000 +@@ -194,7 +194,7 @@ + + + Atom +-MakeAtom(char *p, unsigned len, int makeit) ++MakeAtom(const char *p, unsigned len, int makeit) + { + return *p; + } |