diff options
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); |