mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 20:03:03 +01:00
One more correction
This commit is contained in:
parent
1838d645db
commit
dee43e66c0
@ -83,7 +83,7 @@ static SLONG compute_access(TDBB, SCL, JRD_REL, const TEXT*, const TEXT*);
|
||||
static TEXT *save_string(TEXT*, TEXT**);
|
||||
static SLONG walk_acl(TDBB, const TEXT*, JRD_REL, const TEXT*, const TEXT*, STR*, ULONG*);
|
||||
|
||||
inline void check_and_move(UCHAR* to, UCHAR from, STR* start, ULONG* length_ptr)
|
||||
static inline void check_and_move(UCHAR* to, UCHAR from, STR* start, ULONG* length_ptr)
|
||||
{
|
||||
if (((*start)->str_data + *length_ptr) < (to + 1))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user