diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-05-08 06:48:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-05-08 06:48:40 +0000 |
commit | aa52b608e598248177d38633b911821277e8a6dc (patch) | |
tree | 9ae45fef0bf3ec6e891f140d99e8276ad30e716f /japanese | |
parent | 7945f5e646fa09969f8ada65fcc3a8925a47ac80 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kon2-16dot/files/patch-be | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/files/patch-be b/japanese/kon2-16dot/files/patch-be new file mode 100644 index 000000000000..08419f20177f --- /dev/null +++ b/japanese/kon2-16dot/files/patch-be @@ -0,0 +1,11 @@ +--- src/mouse.c~ Mon Jan 27 20:40:27 1997 ++++ src/mouse.c Mon May 8 15:39:35 2000 +@@ -176,7 +176,7 @@ + + mouseType = MOUSE_NONE; + mInfo.has_mouse = FALSE; +- sscanf(config, "%s", name); ++ strncpy(name, config, MAX_COLS); + for (p = mice; p->name != NULL; p++) { + if (strcasecmp(name, p->name) == 0) { + mouseType = p->type; |