]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Merge pull request #535 from AtariDreams/arg
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 17 Jan 2023 21:29:15 +0000 (16:29 -0500)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 21:29:15 +0000 (16:29 -0500)
Change (argc < 6 || argc > 7) to (argc != 6 && argc != 7)


Trivial merge