freebsd-ports/news/tin/files/patch-ad
Andrey A. Chernov cfe1946604 Upgrade to 1.5.8
2001-04-13 22:28:42 +00:00

12 lines
359 B
Plaintext

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