diff options
| -rwxr-xr-x[-rw-r--r--] | bin/genkey | 0 | ||||
| -rw-r--r-- | maple/maple.cc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/genkey b/bin/genkey index e081711..e081711 100644..100755 --- a/bin/genkey +++ b/bin/genkey diff --git a/maple/maple.cc b/maple/maple.cc index 0bae0e9..4480e09 100644 --- a/maple/maple.cc +++ b/maple/maple.cc @@ -61,7 +61,7 @@ auto main() -> int { file_extension.end(), gemini_file_extension.begin(), gemini_file_extension.end(), - [](auto a, auto b) -> bool { + [](char a, char b) -> bool { return std::tolower(a) == std::tolower(b); } )) { |