6c213369da
Fix compiler warning about discarded const qualifier in strchr() call. The result of strchr(const char*, ...) should be assigned to const char*, not char*. This resolves: warning: initialization discards 'const' qualifier from pointer target type Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>