summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-08 17:04:33 +0200
committerimarom <imarom@cisco.com>2015-11-08 17:04:33 +0200
commitc75eb0b81a70ac39a5535553ad902b3a11385d48 (patch)
treeba9595963967bf2c96b15447e81b99c389dffca3 /src/main.cpp
parent5021dd5d8338e24557038d6c4ddc2f666d677903 (diff)
ubunutu compiler warning
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}