Closed fabled closed 5 years ago
Using \% is glibc extension and does not work in all systems.
This changes PrintAndLogEx() to call the underlying function so that percent is not exapanded any more, and we can use the standard %% to express percent character.
Excellent!
Using \% is glibc extension and does not work in all systems.
This changes PrintAndLogEx() to call the underlying function so that percent is not exapanded any more, and we can use the standard %% to express percent character.