~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/list.c

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
}
53
53
 
54
54
 
55
 
void list_free(LIST *root, uint free_data)
 
55
void list_free(LIST *root, uint32_t free_data)
56
56
{
57
57
  LIST *next;
58
58
  while (root)