Minor bugs fixes from testing on Xcode 3.2 and with the iPhone SDK 3.0 compiler.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9202 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2009-08-26 21:09:37 +00:00
parent c719e02c14
commit b7f76514ec
4 changed files with 4 additions and 5 deletions

View File

@@ -494,7 +494,7 @@ Returns:
// Process DEBUG () macro
//
AsciiBSPrint (PrintBuffer, BYTES_PER_RECORD, Format, Marker);
printf (PrintBuffer);
printf ("%s", PrintBuffer);
}
return EFI_SUCCESS;