Remove a safety-setting line which is unnecessary now that the previous

line is using strlcpy instead of strncpy.

MFC after:	4 days
This commit is contained in:
gad 2002-04-19 18:46:10 +00:00
parent b34a01bb94
commit 0c006aeb46

View File

@ -514,7 +514,6 @@ printit(struct printer *pp, char *file)
case 'Z': /* locale for pr */ case 'Z': /* locale for pr */
strlcpy(locale, line + 1, sizeof(locale)); strlcpy(locale, line + 1, sizeof(locale));
locale[sizeof(locale) - 1] = '\0';
continue; continue;
default: /* some file to print */ default: /* some file to print */