summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files/patch-block__idindex.cc
blob: 0eede06276448b1f3b4f4b2d583477355bc0f1be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./block/idindex.cc.orig	2013-06-23 20:13:49.000000000 +0200
+++ ./block/idindex.cc	2013-11-27 18:54:04.000000000 +0100
@@ -8,7 +8,7 @@
     d_atDollar.push_back(
         AtDollar(
             AtDollar::DOLLAR, length(), lineNr, 
-            text, text.substr(begin, end - begin), stol(text.substr(end + 1))
+            text, text.substr(begin, end - begin), A2x(text.substr(end + 1))
         )
     );