~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/bchange.c

  • Committer: Monty Taylor
  • Date: 2008-07-31 19:56:51 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731195651-8rolsypajn99uc2p
Some cleanups/decoupling in mystring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "m_string.h"
27
27
 
28
 
void bchange(register uchar *dst, size_t old_length, register const uchar *src,
 
28
void bchange(register unsigned char *dst, size_t old_length,
 
29
             register const unsigned char *src,
29
30
             size_t new_length, size_t tot_length)
30
31
{
31
32
  size_t rest=tot_length-old_length;