[xiph-commits] r12575 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Tue Feb 27 06:42:15 PST 2007
Author: moritz
Date: 2007-02-27 06:42:14 -0800 (Tue, 27 Feb 2007)
New Revision: 12575
Modified:
trunk/ezstream/src/ezstream.c
Log:
getopt() returns int, not char.
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2007-02-27 14:41:51 UTC (rev 12574)
+++ trunk/ezstream/src/ezstream.c 2007-02-27 14:42:14 UTC (rev 12575)
@@ -807,7 +807,7 @@
int
main(int argc, char *argv[])
{
- char c;
+ int c;
char *configFile = NULL;
char *host = NULL;
int port = 0;
More information about the commits
mailing list