summary refs log tree commit diff
path: root/mico-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'mico-store.c')
-rw-r--r--mico-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mico-store.c b/mico-store.c
index 38e4b7e..6fe025a 100644
--- a/mico-store.c
+++ b/mico-store.c
@@ -187,7 +187,7 @@ main()
 			}
 
 			put1(&ts, (t - pt) - (pt - ppt));
-			put1(&vs, (int32_t)((v - pv) * 10));
+			put1(&vs, (int32_t)((v - pv) * 10000));
 
 			ppt = pt;
 			pt = t;