Use a size_t instead of an int.

This commit is contained in:
asmodai 2000-12-02 20:21:13 +00:00
parent 397a29f117
commit 33a20c676d

View File

@ -224,7 +224,7 @@ obsolete(argv)
char *argv[];
{
register char *ap, *p, *t;
int len;
size_t len;
char *start;
while (ap = *++argv) {