minor lint gag

SCCS-file: zdump.c
SCCS-SID: 4.9
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:53 -04:00
committed by Paul Eggert
parent b660a85bea
commit 0276dc7a10
+1 -1
View File
@@ -110,7 +110,7 @@ char * argv[];
char * tzequals;
char * fakeenv[2];
tzequals = malloc(strlen(argv[i]) + 4);
tzequals = malloc((unsigned) (strlen(argv[i]) + 4));
if (tzequals == NULL) {
(void) fprintf(stderr, "%s: can't allocate memory\n",
argv[0]);