mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-24 19:37:48 +03: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,
|
||||
};
|
||||
int rt;
|
||||
u_int i;
|
||||
size_t i;
|
||||
|
||||
rt = glob(fileglob, GLOB_TILDE, NULL, &globbuf);
|
||||
if (rt == GLOB_NOMATCH) {
|
||||
|
||||
Reference in New Issue
Block a user