mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
We display a revision number (prefix: 'r')
svn path=/trunk/; revision=57950
This commit is contained in:
parent
2327831f4b
commit
a9f6a51c2a
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ ExpInitializeExecutive(IN ULONG Cpu,
|
|||
/* Add the version format string */
|
||||
Status = RtlStringCbPrintfA(RcEnd,
|
||||
Remaining,
|
||||
"v. %u",
|
||||
"r%u",
|
||||
(CmNtCSDVersion & 0xFFFF0000) >> 16);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue