mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-07 06:54:27 +01:00
Use "%Iu" on Windows. This fixes the following warning:
../app/src/sys/win/command.c:17:14: warning: unknown conversion type character ‘l’ in format [-Wformat=]
17 | LOGE("Command too long (%" PRIsizet " chars)", len - 1);