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:
parent
f6d5668396
commit
fc7477304d
@ -514,7 +514,6 @@ printit(struct printer *pp, char *file)
|
||||
|
||||
case 'Z': /* locale for pr */
|
||||
strlcpy(locale, line + 1, sizeof(locale));
|
||||
locale[sizeof(locale) - 1] = '\0';
|
||||
continue;
|
||||
|
||||
default: /* some file to print */
|
||||
|
Loading…
Reference in New Issue
Block a user