]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Bin/Win32/GenVtf.exe
GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause the RO attribu...
authorhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Sep 2007 02:06:19 +0000 (02:06 +0000)
committerhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Sep 2007 02:06:19 +0000 (02:06 +0000)
commit999e19b210b535af57f6792bfac88cd753bd357c
treef3f02770ca18f75ba55b072d0222738378b0d768
parent8156f2db7d082ada4233dbd5127e66504ce9f27c
GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause the RO attribute of the file changed. Fix this issue by changing "r+b"/"w+b" to "rb"/"wb".

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3795 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Bin/Win32/GenVtf.exe