From 9ae839719a1a19b9a627d5639cac338de3470549 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 11 Dec 2017 08:17:22 -0800 Subject: [PATCH] Fix Aux when writing file --- prodos.tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodos.tools.cpp b/prodos.tools.cpp index 642a333..c37ccd0 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -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 );