1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 18:04:23 +00:00

minor lint gag

SCCS-file: zdump.c
SCCS-SID: 4.9
This commit is contained in:
Arthur David Olson
1989-03-04 15:08:10 -05:00
committed by Paul Eggert
parent b660a85bea
commit 0276dc7a10

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]);