Mercurial > public > ostc4
comparison Discovery/Src/tInfoLog.c @ 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 | 701ead8dddab |
children | 280c11153080 |
comparison
equal
deleted
inserted
replaced
589:8d95bab5bf6a | 590:eecb52ab1fce |
---|---|
383 { | 383 { |
384 textPointer += snprintf(&text[textPointer],20,"\016\016 GF \017"); | 384 textPointer += snprintf(&text[textPointer],20,"\016\016 GF \017"); |
385 } | 385 } |
386 break; | 386 break; |
387 case 2: | 387 case 2: |
388 textPointer += snprintf(&text[textPointer],20,"\016\016 VPM \017"); | 388 textPointer += snprintf(&text[textPointer],20,"\016\016VPM\017"); |
389 break; | 389 break; |
390 default: | 390 default: |
391 textPointer += snprintf(&text[textPointer],20,"\016\016 * \017"); | 391 textPointer += snprintf(&text[textPointer],20,"\016\016 * \017"); |
392 break; | 392 break; |
393 } | 393 } |