From: Pierre Gabin FODOP GUMETE Date: Thu, 31 Jan 2019 16:17:02 +0000 (+0100) Subject: Small modification X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=07a3153d709591d00c82ee17998d2ebde57c54fa;p=src%2Fapp-framework-binder.git Small modification Change-Id: Idc1f543bf2614b68e7131ceffa590ca384e61e83 --- diff --git a/src/afb-wsj1-test.cpp b/src/afb-wsj1-test.cpp index c17b1ed0..ee83b7f0 100644 --- a/src/afb-wsj1-test.cpp +++ b/src/afb-wsj1-test.cpp @@ -6,10 +6,10 @@ void onreply(const char *value){ } int main(int ac, char **av){ - char*uri=av[0]; - char*api =av[1]; - char*verb =av[2]; - char*req =av[3]; + char*uri=av[1] + char*api =av[2]; + char*verb =av[3]; + char*req =av[4]; afb::wsj1 sj1; sj1.connect(uri); sj1.call(api,verb,req,onreply);