summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-15 20:57:16 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-15 20:57:16 +0000
commit00666ce6ce50fe1dd565bc4a42c014ecd57f4a70 (patch)
tree0bda95eb85f92e5a86a6b1c3879a947c2b74e113
parentcdebf6c68a11e3e41943825049d415c64e49555a (diff)
downloadedk2-platforms-00666ce6ce50fe1dd565bc4a42c014ecd57f4a70.tar.xz
Fix two bugs in GenVtf.c
1) There is a check for a specific number of command line arguments. This does not work when there are optional arguments like -v for verbose. 2) The check for the verbose flag checked for 'v' and '-'. I should check for 'v' and 'V'. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3644 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-xBaseTools/Bin/Win32/GenVtf.exebin94208 -> 86016 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenVtf.exe b/BaseTools/Bin/Win32/GenVtf.exe
index 6610bc2906..0a598f88c2 100755
--- a/BaseTools/Bin/Win32/GenVtf.exe
+++ b/BaseTools/Bin/Win32/GenVtf.exe
Binary files differ