Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
b1cd3085
Commit
b1cd3085
authored
Jul 07, 2003
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned a bit
svn path=/trunk/icecast/; revision=5094
parent
8ce77fc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/format_mp3.c
src/format_mp3.c
+1
-4
No files found.
src/format_mp3.c
View file @
b1cd3085
...
...
@@ -25,6 +25,7 @@
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define alloca _alloca
#endif
#define CATMODULE "format-mp3"
...
...
@@ -53,10 +54,6 @@ typedef struct {
int
metadata_offset
;
}
mp3_client_data
;
#ifdef WIN32
#define alloca _alloca
#endif
format_plugin_t
*
format_mp3_get_plugin
(
http_parser_t
*
parser
)
{
char
*
metadata
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment