--- parser3/src/classes/hashfile.C 2024/12/06 23:20:04 1.67 +++ parser3/src/classes/hashfile.C 2026/04/25 13:38:46 1.69 @@ -1,7 +1,7 @@ /** @file Parser: @b hashfile parser class. - Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ @@ -12,7 +12,7 @@ #include "pa_vhashfile.h" #include "pa_vhash.h" -volatile const char * IDENT_HASHFILE_C="$Id: hashfile.C,v 1.67 2024/12/06 23:20:04 moko Exp $"; +volatile const char * IDENT_HASHFILE_C="$Id: hashfile.C,v 1.69 2026/04/25 13:38:46 moko Exp $"; // class @@ -98,7 +98,7 @@ static bool one_foreach_cycle( void* ainfo) { Foreach_info& info=*static_cast(ainfo); if(info.key_var_name){ - VString* vkey=new VString(*new String(key, String::L_TAINTED)); + VString* vkey=new VString(key); info.r->put_element(*info.var_context, *info.key_var_name, vkey); } if(info.value_var_name){