]> source.dussan.org Git - tigervnc.git/commit
encperf: change % to %% in printf format
authorDRC <information@virtualgl.org>
Wed, 25 Feb 2015 20:08:34 +0000 (14:08 -0600)
committerDRC <information@virtualgl.org>
Wed, 25 Feb 2015 20:08:34 +0000 (14:08 -0600)
commite46dda69923af5818aca2587d6114b04d8414f84
tree16af094898b21dd5a494d6a46fa18b8203fa3a8a
parent562eb717412343118ddf2b2147b95751c89ee442
encperf: change % to %% in printf format
GCC lets this slide, but other compilers (clang) complain about using % rather
than %% to print a literal % character.
tests/encperf.cxx