diff --git a/src/cltools/GenJson.cpp b/src/cltools/GenJson.cpp index 7e10bd381f..a0da4e483e 100644 --- a/src/cltools/GenJson.cpp +++ b/src/cltools/GenJson.cpp @@ -117,8 +117,8 @@ int GenJson::main(FILE* in, FILE*out,Communicator& pc) { std::cout<<" \"dois\" : ["; unsigned ndoi = keys.getDOIList().size(); if( ndoi>0 ) { - std::cout<<"\"" + keys.getDOIList()[0] + "\""; - for(unsigned j=1; j& getDOIList() const ; };