~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache2.c

  • Committer: Monty Taylor
  • Date: 2008-07-05 16:23:40 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705162340-an09yicpupdtwo2m
Fixed simple signdedness problem.

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)