# HG changeset patch # User heinrichsweikamp # Date 1426706849 -3600 # Node ID 88e1a4e3e05b7af21d96380931c2636c7bf6a34f # Parent 06e10d03ed1ec915712d0213a36938c4f3420acd BUGFIX: 1st line in logbook was not displayed in rare cases (2C hardware) diff -r 06e10d03ed1e -r 88e1a4e3e05b code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Fri Feb 27 17:17:11 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Mar 18 20:27:29 2015 +0100 @@ -1,3 +1,7 @@ +New in 3.03: +Stable Release +BUGFIX: 1st line in logbook was not displayed in rare cases (2C hardware) + New in 3.02: Stable Release BUGFIX: Divetime had unwanted "." behind the minutes diff -r 06e10d03ed1e -r 88e1a4e3e05b code_part1/OSTC_code_asm_part1/menu_logbook.asm --- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm Fri Feb 27 17:17:11 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm Wed Mar 18 20:27:29 2015 +0100 @@ -406,6 +406,8 @@ output_99x logbook_divetime_common: + clrf WREG + movff WREG,letter+.23 ; limit this line to 23 chars max (2C hardware) call word_processor ; Display 1st row of details WIN_TOP .25