1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 14:40:32 -04:00
ports/devel/bisoncpp/files/patch-block__idindex.cc
Gabor Pali 72f9361d72 - Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:18:41 +00:00

11 lines
413 B
C++

--- ./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))
)
);