aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-setiathome/files/patch-db::xml_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'astro/boinc-setiathome/files/patch-db::xml_util.h')
-rw-r--r--astro/boinc-setiathome/files/patch-db::xml_util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/boinc-setiathome/files/patch-db::xml_util.h b/astro/boinc-setiathome/files/patch-db::xml_util.h
new file mode 100644
index 000000000000..c7f6a32f360a
--- /dev/null
+++ b/astro/boinc-setiathome/files/patch-db::xml_util.h
@@ -0,0 +1,11 @@
+--- ../db/xml_util.h.orig Wed Jun 30 16:52:29 2004
++++ ../db/xml_util.h Sun Oct 3 21:16:22 2004
+@@ -223,7 +223,7 @@
+ template <typename T>
+ inline std::string xml_encode_string(const std::vector<T> &input,
+ xml_encoding encoding=_x_xml_entity) {
+- return xml_encode_string<T>(&(*(input.begin())),input.size(),encoding);
++ return xml_encode_string(&(*(input.begin())),input.size(),encoding);
+ }
+
+ #include <cctype>