summaryrefslogtreecommitdiff
path: root/chat/i2cb/patches/patch-av
blob: fec1c5d36a89538fff8875e2118412b2dd397dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-av,v 1.1 2004/12/30 11:05:04 agc Exp $

--- src/send.c	2004/12/30 10:59:35	1.1
+++ src/send.c	2004/12/30 10:59:57
@@ -155,7 +155,7 @@
 	for ( i = 0 ; strlen(s) > size ; ++i)
 	{
 		length = size;
-		while (!isspace(s[length-1])&&length>1)
+		while (!isspace((unsigned char)s[length-1])&&length>1)
 			length--;
 
 		ch='\0';