[chronojump] minor change on last commit



commit 68efc067962cd60352ad004e72ab2a242b8285f2
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 22 21:28:58 2019 +0100

    minor change on last commit

 src/forceSensor.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/forceSensor.cs b/src/forceSensor.cs
index befe36b7..c34fe968 100644
--- a/src/forceSensor.cs
+++ b/src/forceSensor.cs
@@ -687,7 +687,7 @@ public class ForceSensorAnalyzeInstant
                                                        continue;
 
                                                //put time at 0
-                                               timeD -= Convert.ToInt32(start);
+                                               timeD -= start;
                                        }
 
                                        int time = Convert.ToInt32(timeD);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]