mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
options: Fix size types
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -1092,7 +1092,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv)
|
|||||||
int usedss = 0;
|
int usedss = 0;
|
||||||
int compress = 0;
|
int compress = 0;
|
||||||
int cont = 1;
|
int cont = 1;
|
||||||
int current = 0;
|
size_t current = 0;
|
||||||
int saveoptind = optind; /* need to save 'em */
|
int saveoptind = optind; /* need to save 'em */
|
||||||
int saveopterr = opterr;
|
int saveopterr = opterr;
|
||||||
int opt;
|
int opt;
|
||||||
|
|||||||
Reference in New Issue
Block a user