From 5cf06122b92f89b3937c74e065e6a47067663563 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 27 Apr 2013 17:32:04 +0000 Subject: i think more correct version. Unsane see it please git-svn-id: http://svn.miranda-ng.org/main/trunk@4556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skypekit/contact.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Skype/src/skypekit/contact.cpp') diff --git a/protocols/Skype/src/skypekit/contact.cpp b/protocols/Skype/src/skypekit/contact.cpp index 5cfecace38..3f0a95b717 100644 --- a/protocols/Skype/src/skypekit/contact.cpp +++ b/protocols/Skype/src/skypekit/contact.cpp @@ -39,9 +39,8 @@ bool CContact::GetFullname(SEString &firstName, SEString &lastName) { firstName = fullname.substr(0, pos); lastName = fullname.right(pos); - } - - firstName = fullname; + } else + firstName = fullname; return true; } -- cgit v1.2.3