Thorsten Kukuk wrote: > > %10$#+-.*13$hi > > > > According to my sprintf man page, the # flag is not defined for the i > > conversion (according to the glibc info pages, it "doesn't do anything > > useful for the `%d', `%i', or `%u' conversions"). Maybe this is why the > > test is always failing. > > No, syslog_L 115 works fine (I think it was a glibc bug).
It still fails for me. What do you think the # flag is supposed to do for the hi conversion? What glibc are you using? I think you're right about a glibc bug in the other %[...]di conversions failures that I am still seeing (tests 91 and 98). -- see shy jo
