Commit 4385b3b0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix strcasestr replacement

parent 31196681
......@@ -26,7 +26,7 @@
#include <ctype.h>
#include <assert.h>
int strcasecmp (const char *psz_big, const char *psz_little)
char *strcasestr (const char *psz_big, const char *psz_little)
{
char *p_pos = (char *)psz_big;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment