mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
359 B
Diff
11 lines
359 B
Diff
--- ./src/logmill.cpp.orig
|
|
+++ ./src/logmill.cpp
|
|
@@ -176,7 +176,7 @@ RCommitLog* RLogMill::fetchLog(std::string& log_format) {
|
|
logfile = repo_path.string();
|
|
}
|
|
}
|
|
- } catch(boost::filesystem3::filesystem_error& error) {
|
|
+ } catch(boost::filesystem::filesystem_error& error) {
|
|
}
|
|
}
|
|
|