diff options
| author | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
|---|---|---|
| committer | Gabor Pali <pgj@FreeBSD.org> | 2013-11-28 07:18:41 +0000 |
| commit | 72f9361d7251b5e7cb24c1d9665441dfec486939 (patch) | |
| tree | 4c0ed25489d52ccfbd86de0845b10222f4e0b993 /devel/bisoncpp/files/patch-block__atindex.cc | |
| parent | - Update to 3.18.01 (diff) | |
- Update to 4.05.00
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
Diffstat (limited to 'devel/bisoncpp/files/patch-block__atindex.cc')
| -rw-r--r-- | devel/bisoncpp/files/patch-block__atindex.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/bisoncpp/files/patch-block__atindex.cc b/devel/bisoncpp/files/patch-block__atindex.cc new file mode 100644 index 000000000000..3a5046090406 --- /dev/null +++ b/devel/bisoncpp/files/patch-block__atindex.cc @@ -0,0 +1,11 @@ +--- ./block/atindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./block/atindex.cc 2013-11-27 18:55:51.000000000 +0100 +@@ -6,7 +6,7 @@ + d_atDollar.push_back( + AtDollar( + AtDollar::AT, length(), lineNr, +- text, stol(text.substr(1)), false ++ text, A2x(text.substr(1)), false + ) + ); + append(text); |
