mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Save directory entry changes after making them
This commit is contained in:
parent
7df83119ab
commit
43ccf507c4
@ -59,6 +59,7 @@ public class ProdosSubdirectoryHeader extends ProdosCommonDirectoryHeader {
|
||||
public void setParentPointer(int block) {
|
||||
byte[] data = readFileEntry();
|
||||
AppleUtil.setWordValue(data, 0x23, block);
|
||||
writeFileEntry(data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user