]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix bug that removes language instead of country code 232/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Mon, 30 Aug 2021 18:05:53 +0000 (14:05 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 18:05:53 +0000 (14:05 -0400)
commit01e2290b55d1fcf1726f17f98361e413ab4f7972
tree67e26974d6f2cc5ade6a62fb20b4be34160044cc
parent20f681de54a1f2dc13d6d0270f4c99110fa940e7
Fix bug that removes language instead of country code

Because of this bug, the two if branches were identical and the do while loop was only running once.
scheduler/client.c