Skip to content
Snippets Groups Projects
Commit 48964a91 authored by Dominick Meglio's avatar Dominick Meglio
Browse files

More of the same

parent 6a35cb60
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,8 @@ static char *ares_striendstr(const char *s1, const char *s2)
return NULL;
/* Jump to the end of s1 minus the length of s2 */
c1 = (const char *)c1_begin = s1+s1_len-s2_len;
c1_begin = s1+s1_len-s2_len;
c1 = (const char *)c1_begin;
c2 = s2;
while (c2 < s2+s2_len)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment