~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache2.cc

  • Committer: Brian Aker
  • Date: 2009-09-26 05:54:59 UTC
  • mfrom: (1126.13.10 drizzle-warnings)
  • Revision ID: brian@gaz-20090926055459-408ph9b2v3002xw9
Merge of Joe Daly's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
        length2= (size_t) (int10_to_str(static_cast<int32_t>(iarg),
423
423
                                        buff, -10) - buff);
424
424
      else
425
 
        length2= (size_t) (int10_to_str(iarg,buff,10)- buff);
 
425
        length2= (size_t) (int10_to_str(static_cast<int32_t>(iarg),buff,10)- buff);
426
426
      out_length+= length2;
427
427
      if (my_b_write(info, (unsigned char*) buff, length2))
428
428
        goto err;