|NTOSKRNL]

- fix operands precedence

svn path=/trunk/; revision=54439
This commit is contained in:
Jérôme Gardou 2011-11-19 15:50:53 +00:00
parent bc4029e9c3
commit f3942a15e7

View file

@ -312,7 +312,7 @@ CmpOpenHiveFiles(IN PCUNICODE_STRING BaseName,
IoFlags = FILE_OPEN_FOR_BACKUP_INTENT |
FILE_NO_COMPRESSION |
FILE_RANDOM_ACCESS |
(NoBuffering) ? FILE_NO_INTERMEDIATE_BUFFERING : 0;
(NoBuffering ? FILE_NO_INTERMEDIATE_BUFFERING : 0);
/* Set share and access modes */
if ((CmpMiniNTBoot) && (CmpShareSystemHives))