OpenRTX / dmrconfig

Configuration utility for DMR radios
BSD 3-Clause "New" or "Revised" License
240 stars 56 forks source link

Replace strnstr with strstr (fix #77) #80

Open ec1oud opened 2 months ago

ec1oud commented 2 months ago

On Linux, strnstr would come from libbsd, not libc. Using strlen() defeated the purpose and made it slower anyway.