]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a bug in print library "%a" should not print anything if the var argument points...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2008 03:10:15 +0000 (03:10 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2008 03:10:15 +0000 (03:10 +0000)
commit0c0e0a041daab3600ed326a712437cc3a14afd33
tree04823a015c2ba9b9cc74c40ae27d4053abd51e6e
parentd02d144f4b09614beb59e58f459ffd3e7c5a3855
Fix a bug in print library "%a" should not print anything if the var argument points to a null string.
The default precision for string should be set to 0 according to MdeLib spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4634 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BasePrintLib/PrintLib.c