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
ba5e9037
Commit
ba5e9037
authored
Dec 31, 2002
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
those darn EOL chars
svn path=/trunk/icecast/; revision=4196
parent
a210e9f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
src/format.c
src/format.c
+5
-5
src/format_mp3.c
src/format_mp3.c
+4
-4
No files found.
src/format.c
View file @
ba5e9037
...
...
@@ -20,11 +20,11 @@
#include "log.h"
#include "logging.h"
#define CATMODULE "format"
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
#ifdef WIN32
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
format_type_t
format_get_type
(
char
*
contenttype
)
{
...
...
src/format_mp3.c
View file @
ba5e9037
...
...
@@ -43,10 +43,10 @@ typedef struct {
int
metadata_age
;
int
metadata_offset
;
}
mp3_client_data
;
#ifdef WIN32
#define alloca _alloca
#endif
#ifdef WIN32
#define alloca _alloca
#endif
format_plugin_t
*
format_mp3_get_plugin
(
void
)
{
...
...
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