mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
getopt() returns int, not char.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12575 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
3418a75a66
commit
382c811b97
@ -807,7 +807,7 @@ usageHelp(void)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
char c;
|
||||
int c;
|
||||
char *configFile = NULL;
|
||||
char *host = NULL;
|
||||
int port = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user