mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 21:49:37 +00:00
Fix Aux when writing file
This commit is contained in:
parent
43ce7299cc
commit
9ae839719a
@ -270,7 +270,7 @@ if( block == PRODOS_ROOT_BLOCK )
|
||||
gaDsk [ base + 29 ] = file->min_ver ;
|
||||
gaDsk [ base + 30 ] = file->access ;
|
||||
|
||||
gaDsk [ base + 31 ] = file->aux ;
|
||||
DskPut16( base + 31 , file->aux );
|
||||
DskPut16( base + 33 , file->mod_date );
|
||||
DskPut16( base + 35 , file->mod_time );
|
||||
DskPut16( base + 37 , file->dir_block );
|
||||
|
Loading…
Reference in New Issue
Block a user