8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Fixed misc function in ttmath library

This commit is contained in:
AlexPeshkoff 2021-05-24 17:22:03 +03:00
parent d9d8cc36d4
commit 82f60c5f92

View File

@ -484,7 +484,7 @@ public:
if( i == table.end() )
{
value.empty();
value.clear();
*param = 0;
return err_unknown_object;
}