gnucash maint: Windows Build failure in dialog-dup-trans.c
Robert Fewell
bobit at code.gnucash.org
Tue Nov 10 14:20:03 EST 2020
Updated via https://github.com/Gnucash/gnucash/commit/a519b913 (commit)
from https://github.com/Gnucash/gnucash/commit/49b3bdeb (commit)
commit a519b913a6067f44ef699d504a8955ffdc49930d
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Tue Nov 10 19:05:37 2020 +0000
Windows Build failure in dialog-dup-trans.c
Windows build failed on creating gchar *format with g_strdup_printf
parameter '%ld' expects argument of type 'long int', but argument 3 has
type 'size_t' {aka 'unsigned int'}
Fixed by replacing strlen with g_utf8_strlen.
Summary of changes:
gnucash/gnome-utils/dialog-dup-trans.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-patches
mailing list