~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default_modify.cc

  • Committer: Nathan Williams
  • Date: 2009-06-29 20:32:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1082.
  • Revision ID: nathanlws@gmail.com-20090629203249-bmunsclkuev2033a
Fixed type differences for min/max calls on OSX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    for the option we want to add.
104
104
  */
105
105
  if (!(file_buffer= (char*) malloc(max(buffer_size + reserve_extended,
106
 
                                         SIZE_MAX))))
 
106
                                        (long unsigned)SIZE_MAX))))
107
107
    goto malloc_err;
108
108
 
109
109
  sect_len= strlen(section_name);