Skip to content

Commit

Permalink
IPF: Pass UPDATEFD flah when opening an IPF image, as before.
Browse files Browse the repository at this point in the history
Removing this flag broke weak tracks in release v1.6.
keirf committed Jan 29, 2023
1 parent c396b38 commit 5cecded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greaseweazle/image/ipf.py
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ class DI_LOCK:
TRKBIT = 1<<12
NOUPDATE = 1<<13
SETWSEED = 1<<14
def_flags = (DENVAR | NOUPDATE | TYPE | OVLBIT | TRKBIT)
def_flags = (DENVAR | UPDATEFD | NOUPDATE | TYPE | OVLBIT | TRKBIT)

class IPFTrack(MasterTrack):

0 comments on commit 5cecded

Please sign in to comment.