~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.cc

Merge of Jay

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