~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strxnmov.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:
44
44
  char *end_of_dst=dst+len;
45
45
 
46
46
  va_start(pvar,src);
47
 
  while (src != NullS)
 
47
  while (src != (char *)0)
48
48
  {
49
49
    do
50
50
    {