~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_pack.cc

  • Committer: Monty Taylor
  • Date: 2008-12-06 23:03:19 UTC
  • mfrom: (660.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206230319-r572jrn3khtuepwf
MergedĀ fromĀ Eric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
    }
463
463
    *(to_pos++)=FN_C_AFTER_DIR;
464
464
  }
465
 
  
 
465
 
466
466
  strcpy(to_pos, from_pos);
467
467
  length= strlen(to);
468
468
  return(length);