mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 04:30:49 -04:00
Fix apostrophes in strings
This commit is contained in:
@@ -92,9 +92,6 @@ std::string escape(std::string_view str) noexcept {
|
||||
case '"':
|
||||
result += """;
|
||||
break;
|
||||
case '\'':
|
||||
result += "'";
|
||||
break;
|
||||
default:
|
||||
result += c;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user