Declare correct type

This commit is contained in:
Paul Reeves 2023-01-23 16:19:11 +01:00
parent e6c9bd2ab5
commit 2b30f3b044
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ FB_UDR_END_FUNCTION
FB_UDR_BEGIN_FUNCTION(MFK_Blob_Save)
FB_UDR_MESSAGE(InMessage,
(FB_VARCHAR, afilename)
(FB_CHAR(8191), afilename)
(FB_BLOB, ablobcallback)
);