mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
Fix some compiler error.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@587 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -191,10 +191,10 @@ typedef struct
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char id[4];
|
||||
char id[5];
|
||||
uint32_t size;
|
||||
char flags[3];
|
||||
char base[1024];
|
||||
char base[2048];
|
||||
} ID3_frame;
|
||||
|
||||
#define CRLFCut(a) \
|
||||
|
Reference in New Issue
Block a user