Fix potential kdepim issues with C style char* cast

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1247433 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 36a36a5c10
commit 324dc43211

@ -8718,7 +8718,7 @@ soap_TQName2s(struct soap *soap, const char *s)
}
}
}
t = (char*)strchr(s, '"');
t = strchr(s, '"');
if (t)
n = t - s;
else

Loading…
Cancel
Save