~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_tempdir.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:
18
18
 
19
19
#define DELIM ':'
20
20
 
21
 
my_bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist)
 
21
bool init_tmpdir(MY_TMPDIR *tmpdir, const char *pathlist)
22
22
{
23
23
  char *end, *copy;
24
24
  char buff[FN_REFLEN];