mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
12 lines
359 B
Diff
12 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) {
|
|
}
|
|
}
|
|
|