aboutsummaryrefslogtreecommitdiff
path: root/korean/han/files/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'korean/han/files/patch-be')
-rw-r--r--korean/han/files/patch-be12
1 files changed, 0 insertions, 12 deletions
diff --git a/korean/han/files/patch-be b/korean/han/files/patch-be
deleted file mode 100644
index e85ef0e9a9a0..000000000000
--- a/korean/han/files/patch-be
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/mouse.c.orig Mon Jan 27 20:40:27 1997
-+++ src/mouse.c Tue May 9 18:08:44 2000
-@@ -176,7 +176,8 @@
-
- mouseType = MOUSE_NONE;
- mInfo.has_mouse = FALSE;
-- sscanf(config, "%s", name);
-+ strncpy(name, config, MAX_COLS - 1);
-+ name[MAX_COLS - 1] = '\0';
- for (p = mice; p->name != NULL; p++) {
- if (strcasecmp(name, p->name) == 0) {
- mouseType = p->type;