~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

merge with the latest code from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
  arguments[count]= 0;
151
151
 
152
152
  /* Check out the args */
153
 
  if (!(load_default_groups=(char**) my_malloc((argc+1)*sizeof(char*),
154
 
                                               MYF(MY_WME))))
 
153
  if (!(load_default_groups=(char**) malloc((argc+1)*sizeof(char*))))
155
154
    exit(1);
156
155
  if (get_options(&argc,&argv))
157
156
    exit(1);