head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.16.18.55.28;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	2000.10.14.13.47.12;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Removed development port, all changes have meen merged into www/webalizer
@
text
@--- linklist.c.bak	Fri Sep 29 07:51:02 2000
+++ linklist.c	Sat Oct 14 17:22:16 2000
@@@@ -197,12 +197,12 @@@@
    strncpy(temp_buf,str,79);
    temp_buf[79]=0;
 
-   while (!isspace((int)*name)&&*name!=0) name++;
+   while (!isspace((unsigned char)*name)&&*name!=0) name++;
    if (*name==0) name=temp_buf;
    else
    {
       *name++=0;
-      while (isspace((int)*name)&&*name!=0) name++;
+      while (isspace((unsigned char)*name)&&*name!=0) name++;
       if (*name==0) name=temp_buf;
    }
 
@


1.1
log
@ctype fixes
@
text
@@

