diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_clients.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_clients.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_clients.cpp b/protocols/IcqOscarJ/src/icq_clients.cpp index a517288901..6d1cf74ea9 100644 --- a/protocols/IcqOscarJ/src/icq_clients.cpp +++ b/protocols/IcqOscarJ/src/icq_clients.cpp @@ -998,7 +998,7 @@ const char* CIcqProto::detectUserClient( }
// Log the detection result if it has changed or contact just logged on...
- if (!szCurrentClient || strcmpnull(szCurrentClient, szClient)) {
+ if (!szCurrentClient || mir_strcmp(szCurrentClient, szClient)) {
if (bClientDetected)
debugLogA("Client identified as %s", szClient);
else
|