summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/gpod.i.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/gpod.i.in b/bindings/python/gpod.i.in
index 2d00e6c..bd924c9 100644
--- a/bindings/python/gpod.i.in
+++ b/bindings/python/gpod.i.in
@@ -308,8 +308,8 @@ PyObject* sw_get_photo(GList *list, gint index) {
# them utf8 encoded Strings.
typedef char gchar;
-# treat time_t as int
-typedef int time_t;
+# treat time_t as long
+typedef long time_t;
%typemap(in) guint8 {
unsigned long ival;