gource/gource-0.38-boost.patch

12 lines
365 B
Diff

--- src/logmill.cpp~ 2012-04-19 20:52:29.000000000 -0500
+++ src/logmill.cpp 2012-11-09 07:35:18.407176102 -0600
@@ -176,7 +176,7 @@
logfile = repo_path.string();
}
}
- } catch(boost::filesystem3::filesystem_error& error) {
+ } catch(boost::filesystem::filesystem_error& error) {
}
}