Skip to content

Use strchr instead of a custom function

Simon Ser requested to merge emersion/waypipe:strchr into master

Since libc already defines a function, let's just use that one. Reduces cognitive load for the reader.

Merge request reports