mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fixed misc function in ttmath library
This commit is contained in:
parent
d9d8cc36d4
commit
82f60c5f92
2
extern/ttmath/ttmathobjects.h
vendored
2
extern/ttmath/ttmathobjects.h
vendored
@ -484,7 +484,7 @@ public:
|
||||
|
||||
if( i == table.end() )
|
||||
{
|
||||
value.empty();
|
||||
value.clear();
|
||||
*param = 0;
|
||||
return err_unknown_object;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user