summaryrefslogtreecommitdiffstats
path: root/www/dtse/files/patch-Outputter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/dtse/files/patch-Outputter.cpp')
-rw-r--r--www/dtse/files/patch-Outputter.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/dtse/files/patch-Outputter.cpp b/www/dtse/files/patch-Outputter.cpp
new file mode 100644
index 0000000..7328eae
--- /dev/null
+++ b/www/dtse/files/patch-Outputter.cpp
@@ -0,0 +1,13 @@
+--- ./Outputter.cpp.orig 2008-08-23 04:00:12.000000000 -0700
++++ ./Outputter.cpp 2011-12-30 17:37:16.000000000 -0800
+@@ -459,8 +459,8 @@
+
+ if (condition)
+ {
+- line.erase(start, strlen(tag));
+- line.erase(finish - strlen(tag), 9);
++ line.erase(start, std::strlen(tag));
++ line.erase(finish - std::strlen(tag), 9);
+
+ begin = finish - strlen(tag) - 9;
+ }
OpenPOWER on IntegriCloud