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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user