--- parser3/src/main/pa_uue.C 2003/03/24 13:43:42 1.4.2.5.2.3 +++ parser3/src/main/pa_uue.C 2005/08/09 08:14:52 1.9 @@ -1,13 +1,13 @@ /** @file Parser: uuencoding impl. - Copyright(c) 2000,2001-2003 ArtLebedev Group(http://www.artlebedev.com) + Copyright(c) 2000,2001-2005 ArtLebedev Group(http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) @todo setrlimit */ -static const char* IDENT_UUE_C="$Date: 2003/03/24 13:43:42 $"; +static const char * const IDENT_UUE_C="$Date: 2005/08/09 08:14:52 $"; #include "pa_config_includes.h" @@ -81,6 +81,6 @@ void pa_uuencode(String& result, const S } //footer - result.append((const char* )uue_table, 1/* one char */, String::L_AS_IS) << "\n" + result<< "`\n" "end\n"; }