mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fix the _rest_ of the Windows compile warnings. (ahem)
[originally from svn r9201]
This commit is contained in:
@ -1691,7 +1691,7 @@ char *get_hostname(void)
|
||||
hostname = NULL;
|
||||
break;
|
||||
}
|
||||
} while (strlen(hostname) >= len-1);
|
||||
} while (strlen(hostname) >= (size_t)(len-1));
|
||||
return hostname;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user