diff options
Diffstat (limited to 'kresources/groupwise/soap/patches')
-rw-r--r-- | kresources/groupwise/soap/patches/utf8_entities.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/groupwise/soap/patches/utf8_entities.diff b/kresources/groupwise/soap/patches/utf8_entities.diff index b8600a9dd..85d7283a2 100644 --- a/kresources/groupwise/soap/patches/utf8_entities.diff +++ b/kresources/groupwise/soap/patches/utf8_entities.diff @@ -3,7 +3,7 @@ @@ -6470,7 +6470,11 @@ } #endif - if (c & mask) + if (c & tqmask) - { if (soap_send_raw(soap, s, t - s - 1) || soap_pututf8(soap, (unsigned char)c)) + { + char S[2]; |