]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/Print.c
Refine code to make it more safely.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / Print / Print.c
index b854cbe34e0a7750565e8177f42b6faadaa91070..55c0a043d4e300dca7f1782974794015ff878abc 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2014, 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
@@ -527,6 +527,7 @@ Returns:
   BufferPtr   = Buffer;\r
   Count       = 0;\r
   NumberCount = 0;\r
+  Remainder   = 0;\r
 \r
   if (Value < 0) {\r
     Negative = TRUE;\r