~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getwd.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    FALSE       name does not contain a path.
169
169
*/
170
170
 
171
 
my_bool has_path(const char *name)
 
171
bool has_path(const char *name)
172
172
{
173
173
  return test(strchr(name, FN_LIBCHAR)) 
174
174
#if FN_LIBCHAR != '/'