]> git.proxmox.com Git - mirror_edk2.git/commit
Fix two bugs in GenVtf.c
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Aug 2007 20:57:16 +0000 (20:57 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Aug 2007 20:57:16 +0000 (20:57 +0000)
commit00666ce6ce50fe1dd565bc4a42c014ecd57f4a70
tree0bda95eb85f92e5a86a6b1c3879a947c2b74e113
parentcdebf6c68a11e3e41943825049d415c64e49555a
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
BaseTools/Bin/Win32/GenVtf.exe