1
0
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:
Philipp Schafft 2018-06-16 17:30:42 +00:00
parent beb4523b84
commit 452c2b17d3

View File

@ -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;