~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

  • Committer: Brian Aker
  • Date: 2008-12-09 17:33:02 UTC
  • mfrom: (656.1.54 devel)
  • Revision ID: brian@tangent.org-20081209173302-aptngvc7efxnatnt
Merge from Monty.

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