]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePrintLib/PrintLibInternal.h
Fix a bug that length might be a negative value for worker function BasePrintLibFillB...
[mirror_edk2.git] / MdePkg / Library / BasePrintLib / PrintLibInternal.h
index 151ea618983a9c76ba546e8ca2a61e515a43eebe..f18ef3961e46e2523e431da025bf6fbc8bc0994c 100644 (file)
@@ -19,7 +19,6 @@
 #include <Library/PrintLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
 \r
 \r
 //\r
@@ -118,6 +117,7 @@ BasePrintLibSPrint (
   @param  EndBuffer   The end of the input Buffer. No characters will be\r
                       placed after that. \r
   @param  Length      Count of character to be placed into Buffer.\r
+                      (Negative value indicates no buffer fill.)\r
   @param  Character   Character to be placed into Buffer.\r
   @param  Increment   Character increment in Buffer.\r
 \r