mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 11:43:28 +00:00
[NTOSKRNL][RTL][DOC]
- Fix incorrect loop boundaries in the ARM version of MmCreateProcessAddressSpace. Spotted by Vincenzo Cotugno and cppcheck - Correct outdated wineimport.cmd URL in README.WINE - Assorted spelling and readability fixes svn path=/trunk/; revision=53688
This commit is contained in:
parent
2b17fa159d
commit
758fe19cd0
8 changed files with 33 additions and 33 deletions
|
@ -489,7 +489,7 @@ RtlpDosPathNameToRelativeNtPathName_Ustr(IN BOOLEAN HaveRelative,
|
|||
else
|
||||
{
|
||||
/* Use the optimized path after acquiring the lock */
|
||||
QuickPath = 1;
|
||||
QuickPath = TRUE;
|
||||
NewBuffer = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue