mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +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
Origin commit data
------------------
Commit: d4f638a107
Author: nightshad <nightshad@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2010-05-20 (Thu, 20 May 2010)
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