From f0e9c1f49c718a34986cf74821f5ef809217c65c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 18 Jul 2008 08:28:51 +0000 Subject: Use %zd instead of %d since it's a Py_ssize_t and not an int. 2008-07-18 Johan Dahlin * gio/gfile.override: Use %zd instead of %d since it's a Py_ssize_t and not an int. svn path=/trunk/; revision=827 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cd47fb..b8c10e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-18 Johan Dahlin + + * gio/gfile.override: + Use %zd instead of %d since it's a Py_ssize_t and not an int. + 2008-07-18 Johan Dahlin * gio/pygio-utils.h: -- cgit