diff options
author | Pierre Gabin FODOP GUMETE <gabinfodop@gmail.com> | 2019-01-31 18:32:40 +0100 |
---|---|---|
committer | Pierre Gabin FODOP GUMETE <gabinfodop@gmail.com> | 2019-01-31 18:32:40 +0100 |
commit | 6811e3bb772396527ee3384fb8ddfcffbb62cae4 (patch) | |
tree | 725e1a4ee8a2b8455a78cfc597dc8156cab81318 | |
parent | 569cf28d16e83cc9b30fee8ca82e850e497e0a3d (diff) |
cin errorsandbox/TeriTerance/wscpp
Change-Id: Id58384284543919c35e69323dfe928c0de8fb78f
-rw-r--r-- | src/afb-wsj1-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-wsj1-test.cpp b/src/afb-wsj1-test.cpp index b9a6b06d..ff74b4b9 100644 --- a/src/afb-wsj1-test.cpp +++ b/src/afb-wsj1-test.cpp @@ -14,6 +14,6 @@ int main(int ac, char **av){ char *x; sj1.connect(uri); sj1.call(api,verb,req,onreply); - std::cin <<x<<std::endl; + std::cin>> x; return EXIT_SUCCESS; }
\ No newline at end of file |