From bc5df0f4e671fb9b0d0829032e433fafb061aa41 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 22 Sep 2007 21:43:08 +0000 Subject: [PATCH] Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN). --- compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat.c b/compat.c index 3750ff97..7bbbb3b5 100644 --- a/compat.c +++ b/compat.c @@ -108,7 +108,7 @@ static void check_sub_protocol(void) void setup_protocol(int f_out,int f_in) { if (am_sender) - file_extra_cnt += PTR_EXTRA_LEN; + file_extra_cnt += PTR_EXTRA_CNT; else file_extra_cnt++; if (preserve_uid) -- 2.34.1