summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-scanner__scanner1.cc
blob: 362eda1f68b8aca24ab0e439012f24ef5c8c876d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 }