]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix passing wrong variable to cupsGetOption in testcups 541/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 17 Nov 2022 15:47:14 +0000 (10:47 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 2 Dec 2022 13:50:03 +0000 (08:50 -0500)
commit4e7e1eee2598bdb0452f0c972c7faa4c255a11d1
treeaa80b87d3a836d75f57bb8c96771a4b43f45ed96
parent227b9f85f70290bb42751098f3ac1ec41526af15
Fix passing wrong variable to cupsGetOption in testcups

dest is a pointer to a struct, not the array, which is dests.

Honestly, I have no idea how this even compiled in the first place. Yes I know this is testcups, but still.
cups/testcups.c