summaryrefslogtreecommitdiffstats
path: root/tderesources/groupwise/soap/patches
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 23:52:43 +0900
commit82d3e5d6303d901f09752be3cd3c0998cfb46f64 (patch)
tree51a23fb0ea9adfa3c2391473cef6ee425baa4b37 /tderesources/groupwise/soap/patches
parent92e4936facb693a879f06137b5d86d633b0a5427 (diff)
downloadtdepim-82d3e5d6303d901f09752be3cd3c0998cfb46f64.tar.gz
tdepim-82d3e5d6303d901f09752be3cd3c0998cfb46f64.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90c6a46c9c8d9d18e74302fa43b80ef77ce48f93)
Diffstat (limited to 'tderesources/groupwise/soap/patches')
-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 46c5eee41..907287241 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;