#4 LotroDat-4: Add file truncating in DatIO

오픈
Endevir5 년 전을 오픈 · 0개의 코멘트
Ivan Arkhipov 코멘트됨, 5 년 전

There might be some occasions, where we need delete all patch data (ex. clearing patch data if file was modified outside). So it will be good idea to add function in DatIO module, which truncates file to its original size, removing all patch data.

  • This should be TruncateFileToOriginalSize() function, member of DatIO class.
  • It uses ftruncate64() function to truncate file.
  • New size should be equal to file_size (variable, which represents appropriate header value).
  • All corresponding values (actual_dat_size and so on) should be reviewed and modified if needed
There might be some occasions, where we need delete all patch data (ex. clearing patch data if file was modified outside). So it will be good idea to add function in DatIO module, which truncates file to its original size, removing all patch data. * This should be TruncateFileToOriginalSize() function, member of DatIO class. * It uses ftruncate64() function to truncate file. * New size should be equal to file_size (variable, which represents appropriate header value). * All corresponding values (actual_dat_size and so on) should be reviewed and modified if needed
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.