diff --git a/src/modules/spider/xml.c b/src/modules/spider/xml.c index 46f4483335137c23300d55e3d1af6c8249f33893..bc5161fae6e88729ebc7d22a76c49a4f666c5ddb 100644 --- a/src/modules/spider/xml.c +++ b/src/modules/spider/xml.c @@ -549,6 +549,9 @@ static int isChar(INT32 c) { if(c>0x20 || c==0x9 || c==0x0a || c==0x0d) return 1; }else{ + /* FIXME: The test below is always false! + * /grubba 1998-12-05 + */ if(c <=0xffd) { if(c>=0xe000) return 1;