Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/citrus/modules PR 51000 David Binderman: comment ou...
details: https://anonhg.NetBSD.org/src/rev/a0f14b45ecd6
branches: trunk
changeset: 345513:a0f14b45ecd6
user: dholland <dholland%NetBSD.org@localhost>
date: Tue May 31 03:34:14 2016 +0000
description:
PR 51000 David Binderman: comment out unused assignment
diffstat:
lib/libc/citrus/modules/citrus_johab.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7f76b3ef8098 -r a0f14b45ecd6 lib/libc/citrus/modules/citrus_johab.c
--- a/lib/libc/citrus/modules/citrus_johab.c Tue May 31 03:32:36 2016 +0000
+++ b/lib/libc/citrus/modules/citrus_johab.c Tue May 31 03:34:14 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_johab.c,v 1.5 2013/05/28 16:57:56 joerg Exp $ */
+/* $NetBSD: citrus_johab.c,v 1.6 2016/05/31 03:34:14 dholland Exp $ */
/*-
* Copyright (c)2006 Citrus Project,
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_johab.c,v 1.5 2013/05/28 16:57:56 joerg Exp $");
+__RCSID("$NetBSD: citrus_johab.c,v 1.6 2016/05/31 03:34:14 dholland Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -349,7 +349,7 @@
l = ((idx >> 8) & 0xFF) - n;
t = (idx & 0xFF) - 0x21;
linear = (l * 94) + t;
- l = (linear / 188) + m;
+ /*l = (linear / 188) + m;*/
t = linear % 188;
t += (t <= 0x4D) ? 0x31 : 0x43;
break;
Home |
Main Index |
Thread Index |
Old Index