mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
misc
This commit is contained in:
parent
5f30904530
commit
939a2ae661
@ -3319,7 +3319,7 @@ dsc* evlUuidToChar(Jrd::thread_db* tdbb, const SysFunction* function, Jrd::jrd_n
|
||||
Arg::Str(function->name));
|
||||
}
|
||||
|
||||
const const FB_GUID* guid = reinterpret_cast<const FB_GUID*>(data);
|
||||
const FB_GUID* guid = reinterpret_cast<const FB_GUID*>(data);
|
||||
char buffer[GUID_BUFF_SIZE];
|
||||
|
||||
switch ((Function)(IPTR) function->misc)
|
||||
|
Loading…
Reference in New Issue
Block a user