diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-15 20:57:16 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-15 20:57:16 +0000 |
commit | 00666ce6ce50fe1dd565bc4a42c014ecd57f4a70 (patch) | |
tree | 0bda95eb85f92e5a86a6b1c3879a947c2b74e113 | |
parent | cdebf6c68a11e3e41943825049d415c64e49555a (diff) | |
download | edk2-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-x | BaseTools/Bin/Win32/GenVtf.exe | bin | 94208 -> 86016 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenVtf.exe b/BaseTools/Bin/Win32/GenVtf.exe Binary files differindex 6610bc2906..0a598f88c2 100755 --- a/BaseTools/Bin/Win32/GenVtf.exe +++ b/BaseTools/Bin/Win32/GenVtf.exe |