mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
11 lines
413 B
C++
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))
|
|
)
|
|
);
|
|
|