--- parser3/src/classes/file.C 2002/04/10 09:53:13 1.75 +++ parser3/src/classes/file.C 2002/04/15 11:34:24 1.76 @@ -4,7 +4,7 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: file.C,v 1.75 2002/04/10 09:53:13 paf Exp $ + $Id: file.C,v 1.76 2002/04/15 11:34:24 paf Exp $ */ #include "pa_config_includes.h" @@ -85,18 +85,18 @@ static void _find(Request& r, const Stri // passed file name simply exists in current dir if(file_readable(r.absolute(lfile_name))) { - r.write_no_lang(*new(pool) VString(lfile_name)); + r.write_no_lang(lfile_name); return; } // scan .. dirs for result for(int i=0; i