summaryrefslogtreecommitdiff
path: root/news/golded+/files/patch-goldnode-goldnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'news/golded+/files/patch-goldnode-goldnode.cpp')
-rw-r--r--news/golded+/files/patch-goldnode-goldnode.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/news/golded+/files/patch-goldnode-goldnode.cpp b/news/golded+/files/patch-goldnode-goldnode.cpp
new file mode 100644
index 000000000000..f55981d272ef
--- /dev/null
+++ b/news/golded+/files/patch-goldnode-goldnode.cpp
@@ -0,0 +1,20 @@
+--- goldnode/goldnode.cpp.orig Fri Feb 23 05:44:33 2007
++++ goldnode/goldnode.cpp Fri Feb 23 05:45:36 2007
+@@ -259,7 +259,7 @@
+ point = strchr(str, '.');
+ domain = strchr(str, '@');
+ if(domain and point)
+- if((uint32_t)point > (uint32_t)domain)
++ if(point > domain)
+ point = NULL;
+
+ if(space)
+@@ -304,7 +304,7 @@
+ char* point = strchr(str, '.');
+ domain = strchr(str, '@');
+ if(domain and point)
+- if((uint32_t)point > (uint32_t)domain)
++ if(point > domain)
+ point = NULL;
+
+ if(net) {