diff options
author | htao <htao@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-12 02:06:19 +0000 |
---|---|---|
committer | htao <htao@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-12 02:06:19 +0000 |
commit | 999e19b210b535af57f6792bfac88cd753bd357c (patch) | |
tree | f3f02770ca18f75ba55b072d0222738378b0d768 | |
parent | 8156f2db7d082ada4233dbd5127e66504ce9f27c (diff) | |
download | edk2-platforms-999e19b210b535af57f6792bfac88cd753bd357c.tar.xz |
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
-rwxr-xr-x | BaseTools/Bin/Win32/GenVtf.exe | bin | 86016 -> 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 2740268add..64a7c3ceda 100755 --- a/BaseTools/Bin/Win32/GenVtf.exe +++ b/BaseTools/Bin/Win32/GenVtf.exe |