From ace69ca57e6355570824753b178d0e5850696082 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Tue, 2 Sep 2014 02:07:46 +0400 Subject: [PATCH] ;;->; --- src/twister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twister.cpp b/src/twister.cpp index f260bcda..a89d79ed 100644 --- a/src/twister.cpp +++ b/src/twister.cpp @@ -1041,7 +1041,7 @@ bool processReceivedDM(lazy_entry const* post) StoredDirectMsg stoDM; stoDM.m_fromMe = false; stoDM.m_text = textOut; - stoDM.m_utcTime = post->dict_find_int_value("time");; + stoDM.m_utcTime = post->dict_find_int_value("time"); LOCK(cs_twister); // store this dm in memory list, but prevent duplicates