From 0ca37041442b35763a3761aad47965a2c119f932 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 6 Jan 2013 18:42:52 +0200 Subject: merged with miranda_ng main repo --- utilities.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utilities.h') diff --git a/utilities.h b/utilities.h index 739495a..508a241 100755 --- a/utilities.h +++ b/utilities.h @@ -43,7 +43,7 @@ public: { eventType = EVENTTYPE_MESSAGE; flags = 0; - timestamp = 0; + timestamp = time(0); szModule = 0; cbSize = 0; cbBlob = strlen(msg)+1; @@ -81,7 +81,7 @@ public: eventType = type; else eventType = EVENTTYPE_MESSAGE; - timestamp = 0; + timestamp = time(0); szModule = 0; cbSize = 0; } @@ -104,5 +104,6 @@ void fix_line_term(std::string &s); void fix_line_term(std::wstring &s); void strip_line_term(std::wstring &s); void strip_line_term(std::string &s); +void strip_tags(std::wstring &s); #endif -- cgit v1.2.3