X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FString.c;h=d02001b4d11f1c603df74b1be00781223ce65ae8;hb=59ec2b00f98ffdd2f92306d23ec22ab05e1b199b;hp=9924352234f65782647af80a00ec56492c9bb2ea;hpb=180a5a35cb49699bd249dee19e41cee34c856a58;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/String.c b/IntelFrameworkModulePkg/Universal/BdsDxe/String.c index 9924352234..d02001b4d1 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/String.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/String.c @@ -1,7 +1,7 @@ /** @file String support -Copyright (c) 2004 - 2009, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2010, 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 @@ -33,7 +33,7 @@ InitializeStringSupport ( { gStringPackHandle = HiiAddPackages ( &mBdsStringPackGuid, - mBdsImageHandle, + gImageHandle, BdsDxeStrings, NULL );