8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Correction.

This commit is contained in:
Adriano dos Santos Fernandes 2024-11-16 22:07:34 -03:00 committed by GitHub
parent 9e2639d211
commit 1a4717fa9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6969,7 +6969,7 @@ const SysFunction SysFunction::functions[] =
{"UNICODE_CHAR", 1, 1, true, setParamsInteger, makeUnicodeChar, evlUnicodeChar, NULL}, {"UNICODE_CHAR", 1, 1, true, setParamsInteger, makeUnicodeChar, evlUnicodeChar, NULL},
{"UNICODE_VAL", 1, 1, true, setParamsUnicodeVal, makeLongResult, evlUnicodeVal, NULL}, {"UNICODE_VAL", 1, 1, true, setParamsUnicodeVal, makeLongResult, evlUnicodeVal, NULL},
{"UUID_TO_CHAR", 1, 1, true, setParamsUuidToChar, makeUuidToChar, evlUuidToChar, NULL}, {"UUID_TO_CHAR", 1, 1, true, setParamsUuidToChar, makeUuidToChar, evlUuidToChar, NULL},
{"", 0, 0, NULL, NULL, NULL, NULL} {"", 0, 0, false, NULL, NULL, NULL, NULL}
}; };