Skip to content
  1. Dec 27, 2014
  2. Dec 26, 2014
  3. Dec 25, 2014
  4. Dec 24, 2014
  5. Dec 23, 2014
  6. Dec 22, 2014
  7. Dec 21, 2014
  8. Dec 20, 2014
    • Steve Holme's avatar
      non-ascii: Reduce variable usage · 2c7f0992
      Steve Holme authored
      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.
      2c7f0992