summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 01:20:19 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-17 01:20:19 +0000
commit244071a67c73092296d018ac549de40a2125f3c1 (patch)
tree01806372571617f0f6b26ee8c7c6d1789e65909c /MdeModulePkg/Universal
parentff37790d3d3805b232cecb19867d19f44860112c (diff)
downloadedk2-244071a67c73092296d018ac549de40a2125f3c1.tar.gz
edk2-244071a67c73092296d018ac549de40a2125f3c1.tar.bz2
edk2-244071a67c73092296d018ac549de40a2125f3c1.zip
Missed a conversion. Fixed build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3667 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
index 1a32cb3016..61ed14b4e7 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
@@ -424,7 +424,7 @@ Returns:
// then install EfiStandardErrorDeviceGuid onto ControllerHandle
//
Status = ConPlatformUpdateDeviceVariable (
- VarErrorOut,
+ L"ErrOut",
DevicePath,
CHECK
);