summaryrefslogtreecommitdiff
path: root/BaseTools/Bin/Win32/GenVtf.exe
diff options
context:
space:
mode:
authorhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-12 02:06:19 +0000
committerhtao <htao@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-12 02:06:19 +0000
commit999e19b210b535af57f6792bfac88cd753bd357c (patch)
treef3f02770ca18f75ba55b072d0222738378b0d768 /BaseTools/Bin/Win32/GenVtf.exe
parent8156f2db7d082ada4233dbd5127e66504ce9f27c (diff)
downloadedk2-999e19b210b535af57f6792bfac88cd753bd357c.zip
edk2-999e19b210b535af57f6792bfac88cd753bd357c.tar.gz
edk2-999e19b210b535af57f6792bfac88cd753bd357c.tar.bz2
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
Diffstat (limited to 'BaseTools/Bin/Win32/GenVtf.exe')
-rwxr-xr-xBaseTools/Bin/Win32/GenVtf.exebin86016 -> 86016 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/GenVtf.exe b/BaseTools/Bin/Win32/GenVtf.exe
index 2740268..64a7c3c 100755
--- a/BaseTools/Bin/Win32/GenVtf.exe
+++ b/BaseTools/Bin/Win32/GenVtf.exe
Binary files differ