~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache2.c

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
416
416
      /* minimum width padding */
417
417
      if (minimum_width > length2) 
418
418
      {
419
 
        char *buffz;
 
419
        uchar *buffz;
420
420
                    
421
421
        buffz= my_alloca(minimum_width - length2);
422
422
        if (is_zero_padded)