package_revision.h.in

Thu, 15 Nov 2018 14:32:09 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Thu, 15 Nov 2018 14:32:09 -0600
changeset 39302
64aabebb476b
parent 38462
995638b4ec74
permissions
-rw-r--r--

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.

38462
995638b4ec74 Add finch to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 #define REVISION "@VCS_TAG@"

mercurial