PrintEx icon indicating copy to clipboard operation
PrintEx copied to clipboard

Returned value is incorrect in some cases

Open jirkaptr opened this issue 8 years ago • 0 comments

Improving printf() and its derivatives is very welcome and useful. Unfortunately, I encountered issue in version 1.2.0: The printf() function and its derivatives should return the number of printed (or filled into buffer - sprintf() ) characters. In PrintEx library this is different:

The counters do not count the characters defined by the %n and %p specifications. (I did not test the %r specification.)

jirkaptr avatar Feb 09 '18 14:02 jirkaptr