[libnet-dbus-perl] 19/335: Fix mapping for const char *

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 9ecce095fa48ddc81df6e267c2ffd420448a9e3e
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Sun Oct 31 14:37:56 2004 +0000

    Fix mapping for const char *
---
 typemap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typemap b/typemap
index 6efae7c..7854335 100644
--- a/typemap
+++ b/typemap
@@ -1,5 +1,5 @@
 TYPEMAP
-const char *            T_PTROBJ
+const char *    T_PV
 DBusConnection*	O_OBJECT_connection
 DBusServer*	O_OBJECT_server
 DBusMessage*	O_OBJECT_message

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list