Mercurial > public > ostc4
changeset 590:eecb52ab1fce
Align VPM tag in log list to be at same position as GF tag:
In the previous version the VPM tag caused the line string to be longer as allowed. As result the log entries of the next dives / lines were not displayed. The change reduces the number of blanks and formats the line in a similar shape as if a GF dive would be displayed.
author | Ideenmodellierer |
---|---|
date | Tue, 22 Dec 2020 22:23:11 +0100 |
parents | 8d95bab5bf6a |
children | 0172431fbad9 |
files | Discovery/Src/tInfoLog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/tInfoLog.c Thu Dec 17 10:58:28 2020 +0100 +++ b/Discovery/Src/tInfoLog.c Tue Dec 22 22:23:11 2020 +0100 @@ -385,7 +385,7 @@ } break; case 2: - textPointer += snprintf(&text[textPointer],20,"\016\016 VPM \017"); + textPointer += snprintf(&text[textPointer],20,"\016\016VPM\017"); break; default: textPointer += snprintf(&text[textPointer],20,"\016\016 * \017");