diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_packet.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_packet.cpp b/protocols/IcqOscarJ/src/icq_packet.cpp index 313562af13..bf57851409 100644 --- a/protocols/IcqOscarJ/src/icq_packet.cpp +++ b/protocols/IcqOscarJ/src/icq_packet.cpp @@ -188,7 +188,7 @@ int __fastcall getUIDLen(DWORD dwUin, const char *szUid) {
if (dwUin)
return getUINLen(dwUin);
-
+
return (int)mir_strlen(szUid);
}
|