~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_reporting.cc

  • 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:
8
8
  void (*report_function)(const char *, ...);
9
9
  char buff[MAX_SLAVE_ERRMSG];
10
10
  char *pbuff= buff;
11
 
  uint pbuffsize= sizeof(buff);
 
11
  uint32_t pbuffsize= sizeof(buff);
12
12
  va_list args;
13
13
  va_start(args, msg);
14
14