]> git.ipfire.org Git - thirdparty/cups.git/commit
[Mistake Bug-Fix]: Fix cupsfilter by setting both array elements to -1 532/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Wed, 16 Nov 2022 21:38:17 +0000 (16:38 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Wed, 16 Nov 2022 21:43:03 +0000 (16:43 -0500)
commit525220240c75c421c074bb184da62b9c36975f92
tree371ae9fabeafb6e2b0f2169864dce573a76b5ac2
parent9155eb4508dc9625c673e5f99e3546214c463968
[Mistake Bug-Fix]: Fix cupsfilter by setting both array elements to -1

We mistakenly set filterfds[1 - current][0] = -1; twice instead of doing that and setting filterfds[1 - current][1] to -1 as well
scheduler/cupsfilter.c