~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
    {
479
479
      /* char constant; escape */
480
480
      ptr+= sprintf(ptr, " %s '", statement); 
481
 
      ptr= field_escape(ptr,object,(uint) strlen(object));
 
481
      ptr= field_escape(ptr,object,(uint32_t) strlen(object));
482
482
      *ptr++= '\'';
483
483
    }
484
484
  }