diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-13 22:28:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-13 22:28:42 +0000 |
commit | cfe1946604b0b57cb34fc6ceef4f7740eba4920d (patch) | |
tree | c2519777ff8bcc2d683bd65409a02fdde2bf7c7f /news/tin/files/patch-ad | |
parent | Fix a problem with older tcl versions, that could overwrite the Include-Path (diff) |
Upgrade to 1.5.8
Notes
Notes:
svn path=/head/; revision=41356
Diffstat (limited to 'news/tin/files/patch-ad')
-rw-r--r-- | news/tin/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/tin/files/patch-ad b/news/tin/files/patch-ad new file mode 100644 index 000000000000..8c92cb2d8215 --- /dev/null +++ b/news/tin/files/patch-ad @@ -0,0 +1,11 @@ +--- src/keymap.c Thu Aug 3 13:26:37 2000 ++++ src/keymap.c Sat Apr 14 00:12:27 2001 +@@ -916,6 +916,8 @@ + snprintf(buff, sizeof(buf) - 1, "%s/.tin/keymap.%s", ptr2, map); + if (strfpath (buff, buf, sizeof(buf), &CURR_GROUP)) + fp = fopen (buf, "r"); ++ if (ptr) ++ *ptr = '.'; + } + if (!fp) { + snprintf(buff, sizeof(buf) - 1, "%s/.tin/keymap", ptr2); |