Hi, At Tue, 28 May 2002 18:54:02 +0900, WATANABE Hirofumi wrote: > :- sprintf(buf, "$%c", node->nd_nth); > :+ sprintf(buf, "$%ld", node->nd_nth); > > %lc `%lc' means wide char, shouldn't it use cast? sprintf(buf, "$%c", (int)node->nd_nth); -- Nobu Nakada