Ignore:
Timestamp:
Nov 7, 2017, 7:12:39 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Fixed display quirk -- track #13 [v1.1.1-testing]

When detailed view was enabled, too much padding was done, which caused
overflow to the next line and the '|' characters to be overwritten.
This should fix trac issue #13:
http://trac.netlabs.org/air-boot/ticket/13

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/version.h

    r176 r177  
    3232#define     BLDLVL_YEAR             "2017"
    3333#define     BLDLVL_MONTH            "04"
    34 #define     BLDLVL_DAY              "08"
     34#define     BLDLVL_DAY              "12"
    3535// Build time
    3636//~ #define     BLDLVL_HOURS            "01"
Note: See TracChangeset for help on using the changeset viewer.