]> granicus.if.org Git - curl/commit
strcase: fix raw lowercasing the letter X
authorLucas Pardue <lucaspardue.24.7@gmail.com>
Tue, 24 Sep 2019 05:27:33 +0000 (01:27 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 24 Sep 2019 05:31:37 +0000 (01:31 -0400)
commit4a778f75c526e638b2fe1e2f627eb6649638b570
tree5e2ecc0eed21855378154ed88aa7c39f17da7d94
parentb259baabfeca71e46132435e5498513538515c11
strcase: fix raw lowercasing the letter X

Casing mistake in Curl_raw_tolower 'X' wasn't lowercased as 'x' prior to
this change.

Follow-up to 0023fce which added the function several days ago.

Ref: https://github.com/curl/curl/pull/4401#discussion_r327396546

Closes https://github.com/curl/curl/pull/4408
lib/strcase.c