~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.cc

  • Committer: Diego Medina
  • Date: 2009-10-05 04:05:29 UTC
  • mfrom: (1161 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: diego.medina@sun.com-20091005040529-5g1qe9gxzslpgefd
resolved small merge issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        }
218
218
        else
219
219
        {
220
 
          length= strlen(opt_str);
 
220
          length= static_cast<uint32_t>(strlen(opt_str));
221
221
          optend= 0;
222
222
        }
223
223