From b7f76514ec387392b54659edb7b3e1ada60a751b Mon Sep 17 00:00:00 2001 From: AJFISH Date: Wed, 26 Aug 2009 21:09:37 +0000 Subject: 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 --- UnixPkg/Sec/SecMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnixPkg/Sec') diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index b1490aef56..98a7a4db9d 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -494,7 +494,7 @@ Returns: // Process DEBUG () macro // AsciiBSPrint (PrintBuffer, BYTES_PER_RECORD, Format, Marker); - printf (PrintBuffer); + printf ("%s", PrintBuffer); } return EFI_SUCCESS; -- cgit v1.2.3