]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/DataHubStatusCodeWorker.c
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / RuntimeDxe / DataHubStatusCodeWorker.c
index 743f6185a245594d11d2424256c07a7739b601ef..5c1616e14bf08cbd965506239dd11fdc4ffe02b2 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Data Hub status code worker.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -186,7 +186,7 @@ DataHubStatusCodeReportWorker (
 {\r
   DATA_HUB_STATUS_CODE_DATA_RECORD  *Record;\r
   UINT32                            ErrorLevel;\r
-  VA_LIST                           Marker;\r
+  BASE_LIST                         Marker;\r
   CHAR8                             *Format;\r
   UINTN                             CharCount;\r
 \r
@@ -226,7 +226,7 @@ DataHubStatusCodeReportWorker (
 \r
   if (Data != NULL) {\r
     if (ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {\r
-      CharCount = UnicodeVSPrintAsciiFormat (\r
+      CharCount = UnicodeBSPrintAsciiFormat (\r
                     (CHAR16 *) (Record + 1),\r
                     EFI_STATUS_CODE_DATA_MAX_SIZE,\r
                     Format,\r