From 460c7a96498cfb7bdbd1f2edeb07c89327bce15d Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Fri, 15 Nov 2019 14:44:01 +0300 Subject: [PATCH] Fixed example --- examples/udr/Functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/udr/Functions.cpp b/examples/udr/Functions.cpp index ecbbc7d2dd..8c77e24156 100644 --- a/examples/udr/Functions.cpp +++ b/examples/udr/Functions.cpp @@ -156,7 +156,7 @@ FB_UDR_END_FUNCTION /*** create function mult ( a decfloat(34) not null, - b decimal(34,6) not null + b decfloat(34) not null ) returns decfloat(34) not null external name 'udrcpp_example!mult' engine udr;