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

One more correction

This commit is contained in:
dimitr 2003-09-21 11:22:36 +00:00
parent 1838d645db
commit dee43e66c0

View File

@ -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))
{