]> www.wagner.pp.ru Git - oss/btcli.git/commitdiff
Fixed invalid dbus_message_append_args in resolve_bluetooth_name
authorVictor Wagner <vitus@wagner.pp.ru>
Thu, 7 Aug 2008 20:22:40 +0000 (20:22 +0000)
committerVictor Wagner <vitus@wagner.pp.ru>
Thu, 7 Aug 2008 20:22:40 +0000 (20:22 +0000)
Makefile
btpasskey/Makefile
btpasskey/btpasskey.c
packaging/btpasskey-debian/changelog

index 8f264eb5bdcfc39493f2a2ebeba6134ed8e2c5b8..4904913ef22beedc2d4becd3349c0dc9d39e63eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BTPASS_VERSION=1.2
+BTPASS_VERSION=1.3
 BTPASS_PKG_VERSION=1
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 export BTPASS_VERSION
index 1e65a6b0aa2e5239a67485e0e623640f0e55b5a0..44ddb4dbca8f1665670124977ea4218f0483964a 100644 (file)
@@ -1,5 +1,5 @@
 # this Makefile is for building btcli it depends on pkg-config libdbus-1-dev (and build-essential) packages 
-BTPASS_VERSION?=1.2
+BTPASS_VERSION?=1.3
 prefix=/usr/local
 btpasskey: btpasskey.c
        $(CC) `pkg-config --libs --cflags dbus-1`  -g -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"$(BTPASS_VERSION)\"" -o btpasskey btpasskey.c 
index 4c5e1b57e11de5c87c57bf2c4cdef4886c3b5b12..452839d4493f36c8b16453a9d3fc53b2741a83a2 100644 (file)
@@ -53,7 +53,7 @@ char*  resolve_bluetooth_name(DBusConnection *conn,const char *adapter,const cha
                fprintf(stderr,"dbus_message_new_method_call error\n");
                exit(1);
        }
-       dbus_message_append_args(msg,DBUS_TYPE_STRING,btaddress,DBUS_TYPE_INVALID);
+       dbus_message_append_args(msg,DBUS_TYPE_STRING,&btaddress,DBUS_TYPE_INVALID);
 
        if (!dbus_connection_send_with_reply(conn, msg, &pending,-1)
         || NULL==pending) 
index eab83732f62da2f9656de60833b6b9aefc437489..8d9bdce4480ac121ddb7f251070450989c2d0d9a 100644 (file)
@@ -1,3 +1,9 @@
+btpasskey (1.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Victor Wagner <vitus@wagner.pp.ru>  Sun, 11 Nov 2007 22:22:00 +0300
+
 btpasskey (1.2-1) unstable; urgency=low
 
   * New upstream release