mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
config: Use size_t instead of u_int
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -329,7 +329,7 @@ static void local_parse_glob(ssh_session session,
|
|||||||
.gl_flags = 0,
|
.gl_flags = 0,
|
||||||
};
|
};
|
||||||
int rt;
|
int rt;
|
||||||
u_int i;
|
size_t i;
|
||||||
|
|
||||||
rt = glob(fileglob, GLOB_TILDE, NULL, &globbuf);
|
rt = glob(fileglob, GLOB_TILDE, NULL, &globbuf);
|
||||||
if (rt == GLOB_NOMATCH) {
|
if (rt == GLOB_NOMATCH) {
|
||||||
|
|||||||
Reference in New Issue
Block a user