Hi Eli, On Fri, May 22, 2009 at 14:55, Eli Zaretskii wrote: >> Date: Thu, 21 May 2009 23:05:45 -0700 >> From: Joel Brobecker >> >> > "%zu" >> >> Are we allowed to use %z? > > No, I don't think so. > >> I thought that %z is C99 > > It is. > > I think the best we can do with C90 is use %lu and cast to > `unsigned long'. > I make a new patch use %lu and unsigned long. Please help me review it. Thanks, hui