
13 Sep
2011
13 Sep
'11
4:31 p.m.
On Tue, Sep 13, 2011 at 12:24 PM, Beman Dawes <bdawes@acm.org> wrote:
Greg wrote:
The second question is, does this allow using a format string consisting of a single letter from the set ("wustp") followed by a NULL as a format string (e.g. "w\0")? It seems like it does, but again I haven't yet tested the code. I'm not sure that it's a problem, but it just stood out since it doesn't seem to fit the intent.
Works as expected. So does "%w\0", which is what I suspect you meant to write:-)
Oh right, nevermind... it will just write 'w' to the stream if the format string is "w\0". It wasn't a typo, I'm just a little slow :P -G