Merge pull request #64 from stutonk/header_size_fix
authorPhil Burk <philburk@mobileer.com>
Sat, 15 Jun 2019 19:31:58 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2019 19:31:58 +0000 (12:31 -0700)
Correct definition of PF_DEFAULT_HEADER_SIZE

csrc/pf_core.c

index 3bc115a..872b3a4 100644 (file)
@@ -75,7 +75,7 @@ static void pfTerm( void );
 #define DEFAULT_USER_DEPTH (512)
 
 #ifndef PF_DEFAULT_HEADER_SIZE
 #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
 #endif
 
 #ifndef PF_DEFAULT_CODE_SIZE