Thu, 15 Nov 2018 14:32:09 -0600
winpidgin: Fix wprintf() style format for wchar_t strings
wprintf() and friends use "%ls" for formatting wchar_t strings. Who
knew. With "%s" it tends to only print the first letter or so. This
patch changes "%s" to "%ls" where appropriate.