~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

  • Committer: Monty Taylor
  • Date: 2008-12-07 23:42:51 UTC
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081207234251-yxtbg06jpylwej29
Finally removed all of the my_malloc stuff.

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);