>>>>> On Thu, 30 Mar 2006 16:58:32 +0000 (UTC),
christos@astron.com (Christos Zoulas) said:
> It is a feature.
Yeah, because d may be -128 ... -2 on platforms which char is signed.
> Linphone should be fixed to read isspace((unsigned char)d).
Or, isspace(c), in this particular example.
--
soda