Skip to content

Commit 1a4717f

Browse files
authored
Correction.
1 parent 9e2639d commit 1a4717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/SysFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6969,7 +6969,7 @@ const SysFunction SysFunction::functions[] =
69696969
{"UNICODE_CHAR", 1, 1, true, setParamsInteger, makeUnicodeChar, evlUnicodeChar, NULL},
69706970
{"UNICODE_VAL", 1, 1, true, setParamsUnicodeVal, makeLongResult, evlUnicodeVal, NULL},
69716971
{"UUID_TO_CHAR", 1, 1, true, setParamsUuidToChar, makeUuidToChar, evlUuidToChar, NULL},
6972-
{"", 0, 0, NULL, NULL, NULL, NULL}
6972+
{"", 0, 0, false, NULL, NULL, NULL, NULL}
69736973
};
69746974

69756975

0 commit comments

Comments
 (0)