]> git.ipfire.org Git - thirdparty/cups.git/commit
Cast to unsigned long instead of long for size_t 659/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Thu, 20 Apr 2023 17:31:34 +0000 (13:31 -0400)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Mon, 1 May 2023 14:48:46 +0000 (10:48 -0400)
commit61b869a79bcd2f228f6197332746d1d967d6f6d4
tree8007f5a8fbbf73210069e1ceeb484862c498b858
parent4880fe0f9ea85e07115b2ee61f20afc212b87ef5
Cast to unsigned long instead of long for size_t

size_t is unsigned, so let's not worry about signedness.
cups/request.c