From eaa8d3c4bd141cb63117d403965aa0ff0e5d1d5d Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 14 Jun 2001 18:57:35 +0000 Subject: [PATCH] fix size of application id in struct --- include/FLAC/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/format.h b/include/FLAC/format.h index eca4102..dc11a3c 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -383,7 +383,7 @@ typedef struct { * 4+n/8 bytes total */ typedef struct { - byte id[16]; + byte id[4]; byte *data; } FLAC__StreamMetaData_Application; -- 2.7.4