--- parser3/src/main/pa_uue.C 2003/11/20 16:34:27 1.6 +++ 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 * const IDENT_UUE_C="$Date: 2003/11/20 16:34:27 $"; +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_know_length((const char* )uue_table, 1/* one char */, String::L_AS_IS) << "\n" + result<< "`\n" "end\n"; }