1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 00:09:15 -04:00
ports/devel/bisoncpp/files/patch-block__atindex.cc
Muhammad Moinur Rahman d8f1c4f58c devel/bisoncpp: Update version 4.09.02=>4.10.01
- Fix patch files to reflect 'make makepatch'
2015-06-08 18:49:52 +00:00

11 lines
351 B
C++

--- block/atindex.cc.orig 2013-06-23 18:13:49 UTC
+++ block/atindex.cc
@@ -6,7 +6,7 @@ void Block::atIndex(size_t lineNr, strin
d_atDollar.push_back(
AtDollar(
AtDollar::AT, length(), lineNr,
- text, stol(text.substr(1)), false
+ text, A2x(text.substr(1)), false
)
);
append(text);