non-ascii: Reduce variable usage
Removed 'next' variable in Curl_convert_form(). Rather than setting it from 'form->next' and using that to set 'form' after the conversion just use 'form = form->next' instead.
parent
ee9de016
Please register or sign in to comment