From 74aa688e019f8e46cf7eb0d6ca8682ecaae7f673 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 10 Feb 2013 13:03:59 +1100 Subject: [PATCH] src/common.h : Bump SF_HEADER_LEN from 8192 to 12292. --- ChangeLog | 6 ++++++ src/common.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb4781d4..bc8c4a5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-02-10 Erik de Castro Lopo + + * src/common.h + Bump SF_HEADER_LEN from 8192 to 12292, the value it was in the 1.0.25 + release. + 2013-02-09 Erik de Castro Lopo * src/alac.c diff --git a/src/common.h b/src/common.h index 622c95c7..1903337b 100644 --- a/src/common.h +++ b/src/common.h @@ -74,7 +74,7 @@ #define SF_FILENAME_LEN (512) #define SF_SYSERR_LEN (256) #define SF_MAX_STRINGS (32) -#define SF_HEADER_LEN (8192) +#define SF_HEADER_LEN (12292) #define SF_PARSELOG_LEN (2048) #define PSF_SEEK_ERROR ((sf_count_t) -1)