diff --git a/RYFS.okm b/RYFS.okm index b4279d0..3d64c7e 100644 --- a/RYFS.okm +++ b/RYFS.okm @@ -382,6 +382,9 @@ MODULE RYFS; i := i + 1; END; + (* write out the changes to disk *) + write_sector(temp, struct^.diskId, PTROF(TEMP_SECTOR_BUF)); + (* return the new sector *) RETURN(temp); ELSE