ports/devel/bisoncpp/files/patch-scanner__scanner1.cc
Muhammad Moinur Rahman d8f1c4f58c devel/bisoncpp: Update version 4.09.02=>4.10.01
- Fix patch files to reflect 'make makepatch'
2015-06-08 18:49:52 +00:00

11 lines
318 B
C++

--- scanner/scanner1.cc.orig 2013-06-23 18:13:49 UTC
+++ scanner/scanner1.cc
@@ -15,7 +15,7 @@ Scanner::Scanner(std::string const &infi
string value;
if (arg.option(&value, "max-inclusion-depth"))
- d_maxDepth = stoul(value);
+ d_maxDepth = A2x(value);
else
d_maxDepth = 10;
}