mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-25 10:02:32 +00:00
12 lines
405 B
Diff
12 lines
405 B
Diff
--- qrsspig-v0.8.0/src/QGPluginLoader.h 2022-08-04 01:22:10.000000000 +0530
|
|
+++ qrsspig-v0.8.0.mod/src/QGPluginLoader.h 2025-01-28 02:19:15.574174901 +0530
|
|
@@ -109,7 +109,7 @@
|
|
struct path_leaf_string
|
|
{
|
|
std::string operator()(const boost::filesystem::directory_entry& entry) const {
|
|
- return entry.path().leaf().string();
|
|
+ return entry.path().filename().string();
|
|
}
|
|
};
|
|
|