diff options
Diffstat (limited to 'backend/pkgtools.cpp')
| -rw-r--r-- | backend/pkgtools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pkgtools.cpp b/backend/pkgtools.cpp index f6c9b00..e3f7355 100644 --- a/backend/pkgtools.cpp +++ b/backend/pkgtools.cpp @@ -109,7 +109,7 @@ public: + reinterpret_cast<const char *>(sqlite3_column_text(statement, 1)); ret = std::filesystem::exists(dest_filename) - || get_file(&curl, source_url.c_str(), dest_filename.native().c_str()) == CURLE_OK; + || get_file(&curl, source_url.c_str(), dest_filename) == CURLE_OK; if (curl) { |
