OSDN Git Service

Fix bug on error report.
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Fri, 23 Jan 2009 17:42:13 +0000 (14:42 -0300)
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Fri, 23 Jan 2009 17:42:13 +0000 (14:42 -0300)
network/common.c

index 115ebff..2f690b7 100644 (file)
@@ -229,7 +229,7 @@ static int bnep_exec(const char **argv)
 
        if (!g_spawn_async(NULL, (char **) argv, NULL, flags, bnep_setup, NULL,
                                &pid, NULL)) {
-               error("Unable to execute %s %s", *argv[0], *argv[1]);
+               error("Unable to execute %s %s", argv[0], argv[1]);
                return -EINVAL;
        }