~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/default.c

  • Committer: Brian Aker
  • Date: 2008-09-04 18:16:51 UTC
  • Revision ID: brian@tangent.org-20080904181651-kydoxckk145z99b8
strend remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
      /* Remove pre- and end space */
754
754
      char *value_end;
755
755
      for (value++ ; my_isspace(&my_charset_latin1,*value); value++) ;
756
 
      value_end=strend(value);
 
756
      value_end= strchr(value, '\0');
757
757
      /*
758
758
        We don't have to test for value_end >= value as we know there is
759
759
        an '=' before