mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Get rid of all the MSVC warnings.
[originally from svn r7086]
This commit is contained in:
@ -6441,7 +6441,7 @@ int term_get_userpass_input(Terminal *term, prompts_t *p,
|
||||
*/
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < p->n_prompts; i++)
|
||||
for (i = 0; i < (int)p->n_prompts; i++)
|
||||
memset(p->prompts[i]->result, 0, p->prompts[i]->result_len);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user