X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FSec%2FSecMain.c;fp=Nt32Pkg%2FSec%2FSecMain.c;h=a1d43d2eba424c80f0502da518d6e5fdd1202327;hb=3bbe68a3627e7c75474955352f27b923c5831ad7;hp=0c859a2650d789482023b41c3625291e285a3d32;hpb=571e9831be5a7ce19768447d08a24bea8256d6ed;p=mirror_edk2.git diff --git a/Nt32Pkg/Sec/SecMain.c b/Nt32Pkg/Sec/SecMain.c index 0c859a2650..a1d43d2eba 100644 --- a/Nt32Pkg/Sec/SecMain.c +++ b/Nt32Pkg/Sec/SecMain.c @@ -1,6 +1,6 @@ /**@file -Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -123,6 +123,8 @@ SecPrint ( _vsnprintf (Buffer, sizeof (Buffer), Format, Marker); + va_end (Marker); + CharCount = strlen (Buffer); WriteFile ( GetStdHandle (STD_OUTPUT_HANDLE),