Changeset 198


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

Removed the annoying invisible char from this source [v1.1.1-testing]

This does not change the MD5-sum for the compiled binary.

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/tools/os2/setaboot/setaboot.c

    r67 r198  
    941941    }
    942942
    943    if (strncmp(AiRBOOT_Config->Identifier, "AiRCFG-TABLE­", 13)!=0) {            // Rousseau: INVISIBLE CHAR HERE !
     943   if (strncmp(AiRBOOT_Config->Identifier, "AiRCFG-TABLE\xad", 13)!=0) {
    944944      puts ("SETABOOT: AiR-BOOT Config damaged!");
    945945      *ab_bad = TRUE;
Note: See TracChangeset for help on using the changeset viewer.