mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
V1.62 bug fixes
This commit is contained in:
@@ -1603,7 +1603,9 @@ static void create_test_files(void) {
|
||||
fat32_write(fh, (void *)content, 32);
|
||||
fat32_close(fh);
|
||||
}
|
||||
|
||||
|
||||
fat32_open("Desktop/Recycle Bin.shortcut", "w");
|
||||
|
||||
|
||||
fh = fat32_open("Apps/wordofgod.c", "w");
|
||||
if (fh) {
|
||||
|
||||
Reference in New Issue
Block a user