From 53c2daf2a456f2b9274ac120fc89815e0269c652 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 17 Oct 2012 07:53:52 +0000 Subject: testing/gource: upgrade to 0.38 --- testing/gource/logmill.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/gource/logmill.patch (limited to 'testing/gource/logmill.patch') diff --git a/testing/gource/logmill.patch b/testing/gource/logmill.patch new file mode 100644 index 000000000..4ed4e998f --- /dev/null +++ b/testing/gource/logmill.patch @@ -0,0 +1,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) { + } + } + -- cgit v1.2.3