mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Fix: Use size_t not int
This commit is contained in:
parent
beb4523b84
commit
452c2b17d3
@ -162,7 +162,7 @@ void shutdown_subsystems(void)
|
||||
xslt_shutdown();
|
||||
}
|
||||
|
||||
static int _parse_config_opts(int argc, char **argv, char *filename, int size)
|
||||
static int _parse_config_opts(int argc, char **argv, char *filename, size_t size)
|
||||
{
|
||||
int i = 1;
|
||||
int config_ok = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user