Dmitry Bogatov <[email protected]> writes: > - meth = opt.method; > + { > + char *q; > + for (q = opt.method; *q; ++q) > + *q = c_toupper (*q); > + meth = opt.method; > + }
this code should go. Now you can assume opt.method is already uppercase as this is already enforced in cmd_string_uppercase (init.c). Please take a look at the commit 550457. -- Giuseppe
