Cast argument to (long), missed in prior pass.

Approved by:	re
Submitted by:	marcel
This commit is contained in:
Robert Watson 2002-12-02 13:26:16 +00:00
parent c19f6f99f1
commit db4a5cc27c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107514

View File

@ -269,7 +269,7 @@ add_specs(struct label_specs *specs, const char *file, int is_sebsd)
free(line);
}
fclose(fp);
warnx("%s: read %lu specifications", file, spec->nentries);
warnx("%s: read %lu specifications", file, (long)spec->nentries);
STAILQ_INSERT_TAIL(&specs->head, spec, link);
}