From a9e41482f53353629a1ea2d12a0b069a773f4f65 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 11 Dec 2020 00:12:43 -0500 Subject: fix #7 and some other "improvements" --- filecache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filecache.hpp') diff --git a/filecache.hpp b/filecache.hpp index 6c6d979..394b8ca 100644 --- a/filecache.hpp +++ b/filecache.hpp @@ -19,7 +19,7 @@ public: std::string GetPathIfCached(std::string url); private: - std::string SanitizeString(std::string str); + std::string GetCachedName(std::string str); void CleanupFutures(); void RespondFromPath(std::filesystem::path path, callback_type cb); void OnResponse(const cpr::Response &r); -- cgit v1.2.3