~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_path.c

  • Committer: Jay Pipes
  • Date: 2008-08-25 16:51:53 UTC
  • mfrom: (370.1.1 tests-fixups)
  • Revision ID: jay@mysql.com-20080825165153-vq7wmr23x1yr503j
Merge from Arjen.  Fixes some stuff in the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
#endif
62
62
    }
63
63
    VOID(intern_filename(to,end));
64
 
    to= strchr(to, '\0');
 
64
    to=strend(to);
65
65
    if (to != start && to[-1] != FN_LIBCHAR)
66
66
      *to++ = FN_LIBCHAR;
67
67
    VOID(stpcpy(to,own_pathname_part));