changeset 504:f522210b3743

minor
author heinrichsweikamp
date Sat, 24 Jun 2017 19:26:06 +0200
parents 4542d03f748a
children bef07a837a60
files src/tft_outputs.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tft_outputs.asm	Sun Jun 11 17:11:40 2017 +0200
+++ b/src/tft_outputs.asm	Sat Jun 24 19:26:06 2017 +0200
@@ -3597,7 +3597,7 @@
     movff   lastdive_duration+1,hi
     output_16							; divetime minutes
     PUTC    ":"
-    movff   lastdive_duration+3,lo
+    movff   lastdive_duration+2,lo
     output_99x							; divetime seconds
     STRCAT_PRINT    ""
     WIN_SMALL    surf_gaslist_column+.48,surf_gaslist_row+(surf_gaslist_spacing*.2)