From dee43e66c0c60c4efe5310a85512ba3f3d04ecf3 Mon Sep 17 00:00:00 2001 From: dimitr Date: Sun, 21 Sep 2003 11:22:36 +0000 Subject: [PATCH] One more correction --- src/jrd/scl.epp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/scl.epp b/src/jrd/scl.epp index 333b7cfb8c..ec225c2ef7 100644 --- a/src/jrd/scl.epp +++ b/src/jrd/scl.epp @@ -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)) {