Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scheduler/client.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* Client routines for the CUPS scheduler.
*
* Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
* Copyright © 2021 by OpenPrinting.
* Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
*
* This file contains Kerberos support code, copyright 2006 by
* Jelmer Vernooij.
Expand Down Expand Up @@ -2933,7 +2934,7 @@ get_file(cupsd_client_t *con, /* I - Client connection */
*/

if (language[3])
language[0] = '\0'; /* Strip country code */
language[3] = '\0'; /* Strip country code */
else
language[0] = '\0'; /* Strip language */
}
Expand Down