~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/my_strchr.c

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
 
29
29
char *my_strchr(CHARSET_INFO *cs, const char *str, const char *end,
30
 
                pchar c)
 
30
                char c)
31
31
{
32
32
  uint mbl;
33
33
  while (str < end)