~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_loadpath.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  {
39
39
    if (is_cur)
40
40
      is_cur=2;                                 /* Remove current dir */
41
 
    if (! getcwd(buff,(uint) (FN_REFLEN-strlen(path)+is_cur)))
 
41
    if (! getcwd(buff,(uint32_t) (FN_REFLEN-strlen(path)+is_cur)))
42
42
      strcat(buff,path+is_cur);
43
43
    else
44
44
      strcpy(buff,path);                        /* Return org file name */