]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
fix handling of missing const type qualifier 2143/head 2146/head
authorRudi Heitbaum <rudi@heitbaum.com>
Sat, 14 Feb 2026 04:12:07 +0000 (15:12 +1100)
committerGitHub <noreply@github.com>
Sat, 14 Feb 2026 04:12:07 +0000 (15:12 +1100)
commitecc30968e742a059d9091250f9100749ef9f4e8a
treea998b8dbce09dd130e99f3fb1b7cf7676aeb7021
parent906fa773daaf48f420e6d80c3fd02880577b9728
fix handling of missing const type qualifier

For ISO C23, the function strrchr that return pointers into their input arrays now have definitions as macros that return a pointer to a const-qualified type when the input argument is a pointer to a const-qualified type.

Update to const type for variable, as returned string is only used in comparisons which const can be used
mdns_avahi.c