mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Some os return an invalid/wrong character count if a string with unknown symbols is printed to stdout. Instead use the sprintf family and print to a buffer / determine the required buffer size.