~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.c

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
          opt_found= 0;
444
444
          for (optp= longopts; optp->id; optp++)
445
445
          {
446
 
            if (optp->id == (int) (uchar) *optend)
 
446
            if (optp->id == (int) (unsigned char) *optend)
447
447
            {
448
448
              /* Option recognized. Find next what to do with it */
449
449
              opt_found= 1;