Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
4dea87dc
Commit
4dea87dc
authored
Dec 17, 2005
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
As pointed out on irc, size_t is unsigned. Fix for the win32 case.
svn path=/icecast/trunk/icecast/; revision=10619
parent
5aa561c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/os.h
src/os.h
+1
-1
No files found.
src/os.h
View file @
4dea87dc
...
...
@@ -21,7 +21,7 @@
#ifdef _WIN32
#define PATH_SEPARATOR "\\"
#define size_t int
#define size_t
unsigned
int
#define ssize_t int
#else
#define PATH_SEPARATOR "/"
...
...
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