summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/soap/patches/broken_namespace.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:36 +0900
commit90c6a46c9c8d9d18e74302fa43b80ef77ce48f93 (patch)
tree7ad483a05ee27cd86b26d2461951f20ef21d5f77 /tderesources/groupwise/soap/patches/broken_namespace.diff
parentdcbadd8017836649a71783b3a2d8162b8d227d4a (diff)
downloadtdepim-90c6a46c9c8d9d18e74302fa43b80ef77ce48f93.tar.gz
tdepim-90c6a46c9c8d9d18e74302fa43b80ef77ce48f93.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tderesources/groupwise/soap/patches/broken_namespace.diff')
-rw-r--r--tderesources/groupwise/soap/patches/broken_namespace.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/groupwise/soap/patches/broken_namespace.diff b/tderesources/groupwise/soap/patches/broken_namespace.diff
index 46c5eee4..90728724 100644
--- a/tderesources/groupwise/soap/patches/broken_namespace.diff
+++ b/tderesources/groupwise/soap/patches/broken_namespace.diff
@@ -6,7 +6,7 @@
SOAP_FMAC2
-soap_match_tag(struct soap *soap, const char *tag1, const char *tag2)
+soap_match_tag(struct soap *soap, const char *tag1, const char *tag2_)
- { register const char *s, *t;
+ { const char *s, *t;
- if (!tag1 || !tag2 || !*tag2)
+ if (!tag1 || !tag2_ || !*tag2_)
return SOAP_OK;