In <Pine.OSF.4.10.10101191639540.61158-100000@aspara.forte.com>, Peter Prymmer writes: :> WARNING CBC3068 ./sv.c:6914 Operation between types "char*" and "unsigned :> char. [...] :- char *dotstr = "."; :+ U8* dotstr = (U8*)"."; Your patch may be correct, but I note that this is not something my sprintf patch changed. HugoThread Previous