diff --git a/hch/CGeneralTextHandler.cpp b/hch/CGeneralTextHandler.cpp index 698c6a581..2b9894f36 100644 --- a/hch/CGeneralTextHandler.cpp +++ b/hch/CGeneralTextHandler.cpp @@ -383,6 +383,7 @@ void CGeneralTextHandler::load() loadToIt(tmp, strin, itr, 2); // boost::algorithm::trim(tmp); trimQuotation(tmp); + boost::algorithm::replace_all(temp,"\"\"","\""); artifEvents.push_back(tmp); } diff --git a/lib/Connection.h b/lib/Connection.h index 2d1eddf8b..e463dfea0 100644 --- a/lib/Connection.h +++ b/lib/Connection.h @@ -19,7 +19,7 @@ #include #include -const ui32 version = 706; +const ui32 version = 707; class CConnection; namespace mpl = boost::mpl;