~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_dup.c

  • Committer: Brian Aker
  • Date: 2008-08-09 21:43:24 UTC
  • mfrom: (279.1.4 codestyle)
  • Revision ID: brian@tangent.org-20080809214324-jy2c15bx49naddsf
Merge from Monty

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
}