Redoxfs 0.5.0
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
3+ 1
− 1
@@ -99,7 +99,7 @@ fn with_redoxfs<P, T, F>(disk_path: &P, bootloader: &[u8], callback: F)
@@ -99,7 +99,7 @@ fn with_redoxfs<P, T, F>(disk_path: &P, bootloader: &[u8], callback: F)
let fs = FileSystem::create_reserved(disk, bootloader, ctime.as_secs(), ctime.subsec_nanos()).unwrap();