From c75eb0b81a70ac39a5535553ad902b3a11385d48 Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 8 Nov 2015 17:04:33 +0200 Subject: ubunutu compiler warning --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 03f5d6ed..df9d8b40 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -568,7 +568,7 @@ public: void CMergeCapFileRec::Dump(FILE *fd,int _id){ - double time; + double time = 0.0; bool stop=GetCurPacket(time); fprintf (fd," id:%2d stop : %d index:%4d %3.4f \n",_id,stop?1:0,m_index,time); } -- cgit 1.2.3-korg