search for: a0any

Displaying 1 result from an estimated 1 matches for "a0any".

Did you mean: 20any
2009 Apr 25
0
incorrect output and segfaults from sprintf with %*d (PR#13675)
...is dealt with as *one* format chunk, since "%q" is not a valid format. The code I have just committed now gives a longer erro message, that should be more helpful. Thank you for the suggestion! > there's also an issue with the additional arguments supplied after the > format: =A0any superfluous arguments are ignored (this is not documented, > as far as i can see), I think we should signal an error if there are too many arguments. Could anyone think of a case where the current behavior is desirable ? > but they *are* evaluated nevertheless, e.g.: > > =A0 =A0sprint...