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
b34a01bb94
commit
0c006aeb46
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user