# HG changeset patch # User Mathieu Lacage # Date 1195744065 -3600 # Node ID 03fe5e8740dcc411e27a533539d9f1e0cb6a2003 # Parent 4bf1541c02cf8a1f8dbd7cac7db4fb5f695de580 fix a small style issue diff -r 4bf1541c02cf -r 03fe5e8740dc src/devices/wifi/mac-low.cc --- a/src/devices/wifi/mac-low.cc Thu Nov 22 16:06:05 2007 +0100 +++ b/src/devices/wifi/mac-low.cc Thu Nov 22 16:07:45 2007 +0100 @@ -909,7 +909,7 @@ 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 ();