From: ian Date: Mon, 20 Mar 2000 01:50:08 +0000 (+0000) Subject: @@ -2,6 +2,7 @@ X-Git-Tag: wip.base.getaddrinfo~184 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/80a72950f24842d41f0fa45cc4d50e2a115ad703 @@ -2,6 +2,7 @@ + * adnslogres: cast chars to unsigned char before using ctype.h macros. --- diff --git a/changelog b/changelog index f6c565e..8b62cf2 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,7 @@ adns (0.8) BETA; urgency=low * Spurious `server failure on unidentifiable query' warning suppressed. * install-sh (from autoconf 2.12 Debian r13) included. + * adnslogres: cast chars to unsigned char before using ctype.h macros. -- diff --git a/client/adnslogres.c b/client/adnslogres.c index eb62656..be6a115 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -5,10 +5,10 @@ /* * This file is * Copyright (C) 1999 Tony Finch - * Copyright (C) 1999 Ian Jackson + * Copyright (C) 1999-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify @@ -25,12 +25,13 @@ * 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 = - "$Id: adnslogres.c,v 1.8 2000/03/20 01:46:07 ian Exp $"; + "$Id: adnslogres.c,v 1.9 2000/03/20 01:50:08 ian Exp $"; #include #include