--- parser3/src/classes/math.C 2002/06/25 13:36:44 1.20 +++ parser3/src/classes/math.C 2003/01/21 15:51:07 1.24 @@ -1,12 +1,12 @@ /** @file Parser: @b math parser class. - Copyright(c) 2001, 2002 ArtLebedev Group(http://www.artlebedev.com) + Copyright(c) 2001, 2003 ArtLebedev Group(http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: math.C,v 1.20 2002/06/25 13:36:44 paf Exp $ */ +static const char* IDENT_MATH_C="$Date: 2003/01/21 15:51:07 $"; + #include "pa_common.h" #include "pa_vint.h" #include "pa_vmath.h" @@ -163,7 +163,7 @@ static void _crypt(Request& r, const Str || strncmp(sample_buf, normal_salt, prefix_size)!=0) // salt prefix not preserved throw Exception("parser.runtime", &method_name, - "this platform does not support '%*s' salt prefix", prefix_size, normal_salt); + "on this platform does not support '%.*s' salt prefix", prefix_size, normal_salt); r.write_pass_lang(*new(pool) String(pool, sample_buf)); #else