1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Change the 'len' parameter type to 'size_t'.

This commit is contained in:
Bruno Haible
2016-11-26 17:54:33 +01:00
parent 31784d388f
commit d519d1a821
19 changed files with 66 additions and 49 deletions

View File

@@ -148,7 +148,7 @@ main (argc, argv)
char *argv[];
{
int i, j, k, n, exitcode;
unsigned int len;
size_t len;
const struct header_state *hs;
n = 1;