]> git.ipfire.org Git - thirdparty/cups.git/commit
Change strncmp parameter 566/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 1 Dec 2022 16:57:08 +0000 (11:57 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 1 Dec 2022 17:30:57 +0000 (12:30 -0500)
commit5adf425f5d741eac3c4243ef986409e027d05e47
tree2b0475fcdc4a137ff6f529591cd33de76c869845
parent10b63258bac0f273f25211773945fd7ef899fb72
Change strncmp parameter

Either the parameter being passed should be 6, not 7, because of the null terminator in the string literal, or strcmp should be used instead.
cups/ppd-cache.c