Fix a bug that length might be a negative value for worker function BasePrintLibFillBuffer(). In view of this, it is better to reuse for loop to fill the buffer.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7300 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-01-19 05:18:23 +00:00
parent 3069bc1944
commit a2bc29c4b1
3 changed files with 12 additions and 12 deletions

View File

@ -40,4 +40,3 @@
[LibraryClasses]
DebugLib
BaseLib
BaseMemoryLib