--- parser3/src/classes/hash.C 2001/05/21 17:12:58 1.4 +++ parser3/src/classes/hash.C 2001/05/21 17:13:57 1.5 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: hash.C,v 1.4 2001/05/21 17:12:58 parser Exp $ + $Id: hash.C,v 1.5 2001/05/21 17:13:57 parser Exp $ */ #include "classes.h" @@ -40,7 +40,7 @@ static void _default(Request& r, const S vhash.set_default(params->get(0)); // info: may be code.. else { Value *default_value=vhash.get_default(); - r.write_assign_lang(default_value?*default_value:*new(pool) VUnknown(pool)); + r.write_assign_lang(default_value?*default_value:*new(pool) VNothing(pool)); } }