commit | e46dda69923af5818aca2587d6114b04d8414f84 | [log] [tgz] |
---|---|---|
author | DRC <information@virtualgl.org> | Wed Feb 25 14:08:34 2015 -0600 |
committer | DRC <information@virtualgl.org> | Wed Feb 25 14:08:34 2015 -0600 |
tree | 16af094898b21dd5a494d6a46fa18b8203fa3a8a | |
parent | 562eb717412343118ddf2b2147b95751c89ee442 [diff] |
encperf: change % to %% in printf format GCC lets this slide, but other compilers (clang) complain about using % rather than %% to print a literal % character.