You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libgpod/files/libgpod-0.8.3-comment.patch

16 lines
611 B

--- a/bindings/python/gpod.i.in.orig 2015-06-20 23:15:41.000000000 -0700
+++ b/bindings/python/gpod.i.in 2015-06-20 23:16:28.000000000 -0700
@@ -298,9 +298,9 @@
%include "gpod_doc.i"
%include "@top_builddir@/config.h"
-# be nicer to decode these utf8 strings into Unicode objects in the C
-# layer. Here we are leaving it to the Python side, and just giving
-# them utf8 encoded Strings.
+// be nicer to decode these utf8 strings into Unicode objects in the C
+// layer. Here we are leaving it to the Python side, and just giving
+// them utf8 encoded Strings.
typedef char gchar;
%typemap(in) time_t {