mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Make libib_util usable with old server versions
This commit is contained in:
parent
9dcd0c64f1
commit
055b77fecc
@ -36,5 +36,5 @@ extern "C" void FB_DLL_EXPORT ib_util_init(void* (*aAllocFunc)(long))
|
||||
|
||||
extern "C" VoidPtr FB_DLL_EXPORT ib_util_malloc(long size)
|
||||
{
|
||||
return allocFunc ? allocFunc(size) : NULL;
|
||||
return allocFunc ? allocFunc(size) : malloc(size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user