oops that should have been enprintf()

This commit is contained in:
sin 2014-01-24 16:45:14 +00:00
parent b58951b4f0
commit db2c54bee6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ main(int argc, char *argv[])
tmpdir = p;
if (snprintf(tmppath, sizeof(tmppath), "%s/%s", tmpdir, template) >= sizeof(tmppath))
eprintf(EXIT_FAILURE, "path too long\n");
enprintf(EXIT_FAILURE, "path too long\n");
if (dflag) {
if (!mkdtemp(tmppath)) {
if (!qflag)