From 999e19b210b535af57f6792bfac88cd753bd357c Mon Sep 17 00:00:00 2001 From: htao Date: Wed, 12 Sep 2007 02:06:19 +0000 Subject: 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 | Bin 86016 -> 86016 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/BaseTools/Bin/Win32/GenVtf.exe b/BaseTools/Bin/Win32/GenVtf.exe index 2740268add..64a7c3ceda 100755 Binary files a/BaseTools/Bin/Win32/GenVtf.exe and b/BaseTools/Bin/Win32/GenVtf.exe differ -- cgit v1.2.3