From 02e029ed40f801e0710b09062069e7083cd30b93 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Feb 2022 19:18:19 +0100 Subject: Add local anime tracking. Check readme for more info about local_anime config --- include/Path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Path.hpp') diff --git a/include/Path.hpp b/include/Path.hpp index 67e6942..a881a53 100644 --- a/include/Path.hpp +++ b/include/Path.hpp @@ -39,7 +39,7 @@ namespace QuickMedia { return data.substr(name - data.data(), extension - name); } - // Returns empty string if no extension + // Returns extension with the dot. Returns empty string if no extension const char* ext() const { size_t slash_index = data.rfind('/'); size_t index = data.rfind('.'); -- cgit v1.2.3