aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afb-wsj1-test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-wsj1-test.cpp b/src/afb-wsj1-test.cpp
index f355e1a7..b9a6b06d 100644
--- a/src/afb-wsj1-test.cpp
+++ b/src/afb-wsj1-test.cpp
@@ -11,8 +11,9 @@ int main(int ac, char **av){
char*verb =av[3];
char*req =av[4];
afb::wsj1 sj1;
+ char *x;
sj1.connect(uri);
sj1.call(api,verb,req,onreply);
- system("PAUSE");
+ std::cin <<x<<std::endl;
return EXIT_SUCCESS;
} \ No newline at end of file