From 1981b813499b63d5f2c416654197cedfd2887d27 Mon Sep 17 00:00:00 2001 From: stutonk Date: Thu, 13 Jun 2019 06:21:35 -0400 Subject: [PATCH] Correct definition of PF_DEFAULT_HEADER_SIZE --- csrc/pf_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/pf_core.c b/csrc/pf_core.c index 3bc115a..872b3a4 100644 --- a/csrc/pf_core.c +++ b/csrc/pf_core.c @@ -75,7 +75,7 @@ static void pfTerm( void ); #define DEFAULT_USER_DEPTH (512) #ifndef PF_DEFAULT_HEADER_SIZE -#define DEFAULT_HEADER_SIZE (120000) +#define PF_DEFAULT_HEADER_SIZE (120000) #endif #ifndef PF_DEFAULT_CODE_SIZE -- 2.20.1