~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/master_list_reader.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
void printRecord(const drizzle::MasterList *list)
12
12
{
13
 
  uint32_t x;
 
13
  int x;
14
14
 
15
15
  for (x= 0; x < list->record_size(); x++)
16
16
  {