summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-scanner__scanner1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bisoncpp/files/patch-scanner__scanner1.cc')
-rw-r--r--devel/bisoncpp/files/patch-scanner__scanner1.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-scanner__scanner1.cc b/devel/bisoncpp/files/patch-scanner__scanner1.cc
new file mode 100644
index 000000000000..354b989777a2
--- /dev/null
+++ b/devel/bisoncpp/files/patch-scanner__scanner1.cc
@@ -0,0 +1,11 @@
+--- ./scanner/scanner1.cc.orig 2013-06-23 20:13:49.000000000 +0200
++++ ./scanner/scanner1.cc 2013-11-27 19:03:33.000000000 +0100
+@@ -15,7 +15,7 @@
+
+ string value;
+ if (arg.option(&value, "max-inclusion-depth"))
+- d_maxDepth = stoul(value);
++ d_maxDepth = A2x(value);
+ else
+ d_maxDepth = 10;
+ }