~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_copy.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
int my_copy(const char *from, const char *to, myf MyFlags)
52
52
{
53
 
  uint Count;
 
53
  uint32_t Count;
54
54
  bool new_file_stat= 0; /* 1 if we could stat "to" */
55
55
  int create_flag;
56
56
  File from_file,to_file;