diff src/p2_deco.c @ 225:31088352ee32

BUGFIX: Show dives with >999mins divetime correctly
author heinrichsweikamp
date Sun, 01 Feb 2015 18:49:24 +0100
parents 7dbc1d780ca5
children ad62dff7739a
line wrap: on
line diff
--- a/src/p2_deco.c	Thu Jan 29 18:18:15 2015 +0100
+++ b/src/p2_deco.c	Sun Feb 01 18:49:24 2015 +0100
@@ -1485,8 +1485,6 @@
     else
         int_O_extra_ascenttime = sum;
 
-    if(int_O_ascenttime>999)
-        int_O_ascenttime=999;   // limit to 999'
 }
 
 //////////////////////////////////////////////////////////////////////////////