mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CDROM]
* Fix a typo. Found by PVS-Studio svn path=/trunk/; revision=58659
This commit is contained in:
@@ -1288,7 +1288,7 @@ Return Value:
|
||||
//
|
||||
|
||||
cddata->XAFlags &= ~XA_USE_6_BYTE;
|
||||
cddata->XAFlags = XA_USE_READ_CD | XA_USE_10_BYTE;
|
||||
cddata->XAFlags |= XA_USE_READ_CD | XA_USE_10_BYTE;
|
||||
} else {
|
||||
|
||||
RtlCopyMemory(&cddata->u1.Header, buffer, sizeof(ERROR_RECOVERY_DATA10));
|
||||
|
||||
Reference in New Issue
Block a user