blob: ada84c34c3b6b9006a2048cf21d426195b17175b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
|