mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[NTOS] "Bugzilla" --> "Jira"
This commit is contained in:
parent
dfc2cc4e42
commit
30369b8005
2 changed files with 6 additions and 6 deletions
|
@ -514,7 +514,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
Data.Buffer,
|
||||
Data.Length + sizeof(UNICODE_NULL));
|
||||
|
||||
/* ROS: Save a copy for bugzilla reporting */
|
||||
/* ROS: Save a copy for Jira reporting */
|
||||
if (!RtlCreateUnicodeString(&KeRosProcessorName, Data.Buffer))
|
||||
{
|
||||
/* Do not fail for this */
|
||||
|
@ -709,7 +709,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
Data.Buffer,
|
||||
Data.Length + sizeof(UNICODE_NULL));
|
||||
|
||||
/* ROS: Save a copy for bugzilla reporting */
|
||||
/* ROS: Save a copy for Jira reporting */
|
||||
if (!RtlCreateUnicodeString(&KeRosBiosDate, Data.Buffer))
|
||||
KeRosBiosDate.Length = 0;
|
||||
|
||||
|
@ -772,7 +772,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
BiosVersion,
|
||||
TotalLength);
|
||||
|
||||
/* ROS: Save a copy for bugzilla reporting */
|
||||
/* ROS: Save a copy for Jira reporting */
|
||||
if (!RtlCreateUnicodeString(&KeRosBiosVersion, (PWCH)BiosVersion))
|
||||
KeRosBiosVersion.Length = 0;
|
||||
}
|
||||
|
@ -816,7 +816,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
Data.Buffer,
|
||||
Data.Length + sizeof(UNICODE_NULL));
|
||||
|
||||
/* ROS: Save a copy for bugzilla reporting */
|
||||
/* ROS: Save a copy for Jira reporting */
|
||||
if (!RtlCreateUnicodeString(&KeRosVideoBiosDate, Data.Buffer))
|
||||
KeRosVideoBiosDate.Length = 0;
|
||||
|
||||
|
@ -874,7 +874,7 @@ CmpInitializeMachineDependentConfiguration(IN PLOADER_PARAMETER_BLOCK LoaderBloc
|
|||
BiosVersion,
|
||||
TotalLength);
|
||||
|
||||
/* ROS: Save a copy for bugzilla reporting */
|
||||
/* ROS: Save a copy for Jira reporting */
|
||||
if (!RtlCreateUnicodeString(&KeRosVideoBiosVersion, (PWCH)BiosVersion))
|
||||
KeRosVideoBiosVersion.Length = 0;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ ULONG_PTR KiBugCheckData[5];
|
|||
PKNMI_HANDLER_CALLBACK KiNmiCallbackListHead = NULL;
|
||||
KSPIN_LOCK KiNmiCallbackListLock;
|
||||
|
||||
/* Bugzilla Reporting */
|
||||
/* Jira Reporting */
|
||||
UNICODE_STRING KeRosProcessorName, KeRosBiosDate, KeRosBiosVersion;
|
||||
UNICODE_STRING KeRosVideoBiosDate, KeRosVideoBiosVersion;
|
||||
|
||||
|
|
Loading…
Reference in a new issue