]> the.earth.li Git - onak.git/commit
Properly cast llfind parameter
authorJonathan McDowell <noodles@earth.li>
Sun, 10 Aug 2025 16:42:46 +0000 (17:42 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 10 Aug 2025 16:42:46 +0000 (17:42 +0100)
commita75fb2a7646da4e7dd54c066ea9f93939f341dc4
treef3dcd55896cc599c9110450299da73d129c115ec
parent802bd61f75617760fb53fd50ea26a04adece33a6
Properly cast llfind parameter

GCC 15 gets stricter about various things, causing us to error out on
build due to this assignment without a cast.
hash.c