~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_dup.c

  • Committer: Andy Lester
  • Date: 2008-08-09 05:13:22 UTC
  • mto: (266.1.29 use-replace-funcs)
  • mto: This revision was merged to the branch mainline in revision 287.
  • Revision ID: andy@petdance.com-20080809051322-dzas70no2mv6c9i5
removed incorrect comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
             my_file_info[(int) file].name : "Unknown");
29
29
  return(my_register_filename(fd, filename, FILE_BY_DUP,
30
30
                                   EE_FILENOTFOUND, MyFlags));
31
 
} /* my_open */
 
31
}