Fix GenFfsFileTask.java bugs

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@542 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2006-06-16 14:31:27 +00:00
parent ce53a8c3b2
commit c965d3aff4
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ public class GenFfsFileTask extends Task implements EfiDefine, FfsTypes {
ffsHeader.ffsState = EFI_FILE_HEADER_CONSTRUCTION |
EFI_FILE_HEADER_VALID |
EFI_FILE_DATA_VALID;
orgFfsHeader.integrityCheck.file = ffsHeader.ffsState;
orgFfsHeader.ffsState = ffsHeader.ffsState;
//
// create output stream to first write header data in file, then write sect data in file.