before merging fileio change

This commit is contained in:
FactorialN 2023-12-03 15:30:12 -08:00
parent 1c792ba738
commit 75ce8970b2

View File

@ -221,7 +221,9 @@ int fischl(int argc, char *argv[])
return 0;
}
options.fs = new Fs(options.H);
if(!options.load)options.fs->format();
if(!options.load){
printf("FORMAT %d\n", options.fs->format());
}
options.fsop = new FilesOperation(*options.H, options.fs);