blob: 4ed4e998f99938b72dbf8331ab841913887009a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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) {
}
}
|