--- parser3/src/main/untaint.C 2003/01/31 12:34:38 1.115.2.6 +++ parser3/src/main/untaint.C 2003/02/04 12:08:57 1.115.2.8 @@ -5,10 +5,9 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_UNTAINT_C="$Date: 2003/01/31 12:34:38 $"; +static const char* IDENT_UNTAINT_C="$Date: 2003/02/04 12:08:57 $"; #include "pa_pool.h" -#include "pa_value_includes.h" #include "pa_string.h" #include "pa_hash.h" #include "pa_exception.h" @@ -403,7 +402,7 @@ char *String::store_to(char *dest, Untai || to_quoted_printable && !mail_header_char_valid_within_Qencoded(*src) )) { if(!to_quoted_printable) { - dest+=sprintf(dest, "=?%s?Q?", charset_name); + dest+=sprintf(dest, "=?%s?Q?", charset_name.get()); to_quoted_printable=true; } //RFC Upper case should be used for hexadecimal digits "A" through "F"