--- parser3/src/classes/double.C 2023/11/16 23:54:54 1.76 +++ parser3/src/classes/double.C 2026/01/06 16:36:38 1.78 @@ -1,7 +1,7 @@ /** @file Parser: @b double parser class. - Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) Authors: Konstantin Morshnev , Alexandr Petrosian */ @@ -13,7 +13,7 @@ #include "pa_vint.h" #include "pa_vbool.h" -volatile const char * IDENT_DOUBLE_C="$Id: double.C,v 1.76 2023/11/16 23:54:54 moko Exp $" IDENT_PA_VDOUBLE_H; +volatile const char * IDENT_DOUBLE_C="$Id: double.C,v 1.78 2026/01/06 16:36:38 moko Exp $" IDENT_PA_VDOUBLE_H; // externs @@ -34,7 +34,7 @@ DECLARE_CLASS_VAR(double, new MDouble); static void _int(Request& r, MethodParams&) { VDouble& vdouble=GET_SELF(r, VDouble); - r.write(*new VInt(vdouble.as_int())); + r.write(*new VInt(vdouble.as_wint())); } static void _double(Request& r, MethodParams&) {