summaryrefslogtreecommitdiffstats
path: root/kresources/groupwise/soap/patches/type_typo.diff
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/groupwise/soap/patches/type_typo.diff')
-rw-r--r--kresources/groupwise/soap/patches/type_typo.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/kresources/groupwise/soap/patches/type_typo.diff b/kresources/groupwise/soap/patches/type_typo.diff
deleted file mode 100644
index 6e0f4792..00000000
--- a/kresources/groupwise/soap/patches/type_typo.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: soap/soapC.cpp
-===================================================================
-RCS file: /home/kde/tdepim/kresources/groupwise/soap/soapC.cpp,v
-retrieving revision 1.4.2.3
-diff -u -3 -p -r1.4.2.3 soapC.cpp
---- soap/soapC.cpp 25 Oct 2004 13:58:20 -0000 1.4.2.3
-+++ soap/soapC.cpp 29 Oct 2004 11:25:22 -0000
-@@ -6337,6 +6337,7 @@ static const struct soap_code_map soap_c
- { { (long)User, "User" },
- { (long)PersonalGroup, "PersonalGroup" },
- { (long)SystemGroup, "SystemGroup" },
-+ { (long)SystemGroup, "SsytemGroup" },
- { (long)PersonalGroupMember, "PersonalGroupMember" },
- { (long)SystemGroupMember, "SystemGroupMember" },
- { 0, NULL }