X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fmain.cpp;h=5a5db42662ed1b6c58dcad27e636cf1ff37852c5;hb=8e8c238b257e920a77a94c5db25afb50dc3418c0;hp=2916704fbbf791e6966c8d0c9cd16e985fc6ea65;hpb=4456556fc4cd3d24eab8d555acceae339d476c5b;p=anna.git diff --git a/example/diameter/launcher/main.cpp b/example/diameter/launcher/main.cpp index 2916704..5a5db42 100644 --- a/example/diameter/launcher/main.cpp +++ b/example/diameter/launcher/main.cpp @@ -1503,7 +1503,7 @@ throw(anna::RuntimeException) { if(lst.size() > 1) { std::string all_in_one = "./dictionary-all-in-one.xml"; - std::ofstream out(all_in_one, std::ifstream::out); + std::ofstream out(all_in_one.c_str(), std::ifstream::out); std::string buffer = d->asXMLString(); out.write(buffer.c_str(), buffer.size()); out.close();