From 39a0e3b29cfacae1a15cba2ceab1fc5c152c55fa Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 22 Nov 2007 16:07:45 +0100 Subject: [PATCH] fix a small style issue --- src/devices/wifi/mac-low.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/wifi/mac-low.cc b/src/devices/wifi/mac-low.cc index c247286fd..647ea4083 100644 --- a/src/devices/wifi/mac-low.cc +++ b/src/devices/wifi/mac-low.cc @@ -909,7 +909,7 @@ MacLow::SendDataPacket (void) StartDataTxTimers (); WifiMode dataTxMode = GetDataTxMode (m_currentHdr.GetAddr1 (), GetCurrentSize ()); - Time duration = Seconds (0); + Time duration = Seconds (0.0); if (m_txParams.HasDurationId ()) { duration += m_txParams.GetDurationId ();