diff --git a/data/common/pestrip.asm b/data/common/pestrip.asm index 25bc9aca0f..c07b9704c5 100644 --- a/data/common/pestrip.asm +++ b/data/common/pestrip.asm @@ -123,6 +123,6 @@ end repeat times NumBytesDeleted - DeltaDeleted db 0 ; data file filename:pehea+0F8h+NumberOfSections*28h -if TimeDateStamp <> 0 and TimeStampInExportTable <> 0 +if TimeDateStamp <> 0 & TimeStampInExportTable <> 0 store dword TimeDateStamp at TimeStampInExportTable end if