From 059cbcd406a3defbe43859c3d8df7afe5a89e362 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 28 Jun 2013 16:29:39 +0100 Subject: [PATCH] Fixed compilation error in VS. --- src/common/proto-irc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/proto-irc.h b/src/common/proto-irc.h index 7c8a483f..a7b4029c 100644 --- a/src/common/proto-irc.h +++ b/src/common/proto-irc.h @@ -24,8 +24,8 @@ #define HEXCHAT_PROTO_H #define MESSAGE_TAGS_DATA_INIT \ - { \ - .timestamp=(time_t)0, \ + { \ + (time_t)0, /* timestamp */ \ } /* Message tag information that might be passed along with a server message