]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
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

index 6610bc29069224942e48dcab30b52cd6ea9ee4ff..0a598f88c21088e7ddd68cf9b2ed2150966b223c 100755 (executable)
Binary files a/BaseTools/Bin/Win32/GenVtf.exe and b/BaseTools/Bin/Win32/GenVtf.exe differ