]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command.
authorShumin Qiu <shumin.qiu@intel.com>
Thu, 23 Jan 2014 00:29:53 +0000 (00:29 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Jan 2014 00:29:53 +0000 (00:29 +0000)
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15164 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

index b41636c7e850a1d052f8dd679130281d01adf63e..5642f6ff5567c89d88dba5d0b0d8e5ed4fd4b2f4 100644 (file)
@@ -56,7 +56,7 @@ GetAttrType (
     StrnCatGrow (&RetString, &BufLen, L"+NV", 0);\r
   }\r
   if ((Atts & EFI_VARIABLE_RUNTIME_ACCESS) != 0) {\r
-    StrnCatGrow (&RetString, &BufLen, L"+RS+BS", 0);\r
+    StrnCatGrow (&RetString, &BufLen, L"+RT+BS", 0);\r
   } else if ((Atts & EFI_VARIABLE_BOOTSERVICE_ACCESS) != 0) {\r
     StrnCatGrow (&RetString, &BufLen, L"+BS", 0);\r
   }\r