mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Fix: Corrected used type (int) -> (size_t)
This commit is contained in:
parent
40c5751a06
commit
355e90ef66
@ -271,7 +271,7 @@ struct ice_config_tag {
|
||||
char *yp_url[MAX_YP_DIRECTORIES];
|
||||
int yp_url_timeout[MAX_YP_DIRECTORIES];
|
||||
int yp_touch_interval[MAX_YP_DIRECTORIES];
|
||||
int num_yp_directories;
|
||||
size_t num_yp_directories;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user