summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorian <ian>2000-03-20 01:50:08 +0000
committerian <ian>2000-03-20 01:50:08 +0000
commit2658c3058287d395a640aadcd7e3f5caa89efedf (patch)
tree6d68b383d79db8671c55a7841e0f9fea50e2e830 /client
parentd0bed3988cd6205b8e347b963316fac03ef799a9 (diff)
+ * adnslogres: cast chars to unsigned char before using ctype.h macros.
@@ -2,6 +2,7 @@ + * adnslogres: cast chars to unsigned char before using ctype.h macros.
Diffstat (limited to 'client')
-rw-r--r--client/adnslogres.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/adnslogres.c b/client/adnslogres.c
index ed312d2..ab594d7 100644
--- a/client/adnslogres.c
+++ b/client/adnslogres.c
@@ -5,10 +5,10 @@
/*
* This file is
* Copyright (C) 1999 Tony Finch <dot@dotat.at>
- * Copyright (C) 1999 Ian Jackson <ian@davenant.greenend.org.uk>
+ * Copyright (C) 1999-2000 Ian Jackson <ian@davenant.greenend.org.uk>
*
* It is part of adns, which is
- * Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
+ * Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
* Copyright (C) 1999 Tony Finch <dot@dotat.at>
*
* This program is free software; you can redistribute it and/or modify
@@ -25,8 +25,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * This version was originally supplied by Tony Finch, but has been
- * modified by Ian Jackson as it was incorporated into adns.
+ * This version was originally supplied by Tony Finch, but has been
+ * modified by Ian Jackson as it was incorporated into adns and
+ * subsequently.
*/
static const char * const cvsid =