~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-24 09:51:02 UTC
  • mto: This revision was merged to the branch mainline in revision 2447.
  • Revision ID: olafvdspek@gmail.com-20111024095102-jj62tzw3ro28ai9s
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
  if (cs->ctype)
414
414
  {
415
415
    uint32_t orig_len= length;
416
 
    while (length && not my_isgraph(cs, *str))
 
416
    while (length && not cs->isgraph(*str))
417
417
    {
418
418
      /* Fix problem with yacc */
419
419
      length--;