opnsense-ports/devel/bisoncpp/files/patch-block__idindex.cc
Franco Fichtner 62b8a985e6 */*: sync with upstream
Taken from: FreeBSD
2015-06-09 09:06:12 +02:00

11 lines
402 B
C++

--- block/idindex.cc.orig 2013-06-23 18:13:49 UTC
+++ block/idindex.cc
@@ -8,7 +8,7 @@ void Block::IDindex(size_t lineNr, strin
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))
)
);