~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_dirname.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  for ( ; *pos ; pos++)                         /* Find last FN_LIBCHAR */
34
34
  {
35
35
#ifdef BASKSLASH_MBTAIL
36
 
    uint l;
 
36
    uint32_t l;
37
37
    if (use_mb(fs) && (l= my_ismbchar(fs, pos, pos + 3)))
38
38
    {
39
39
      pos+= l - 1;
130
130
      else
131
131
      {
132
132
#ifdef BACKSLASH_MBTAIL
133
 
        uint l;
 
133
        uint32_t l;
134
134
        if (use_mb(fs) && (l= my_ismbchar(fs, from, from + 3)))
135
135
        {
136
136
          memmove(to, from, l);