Trust unaligned lumps by default

This commit is contained in:
Lephenixnoir 2021-09-10 22:38:37 +02:00
parent 83bb8184e8
commit 9b1d627a3c
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ static FileMapping gWADMap;
static SectorIndexInfo *gIndex = NULL;
/* Global options */
int CGD_TrustUnalignedLumps = 0;
int CGD_TrustUnalignedLumps = 1;
/* Performance counters */
struct CGD_Perf CGD_Perf;