From 01c570789d7f9ccc1521b791903c8a499b0f6323 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jan 2021 14:51:11 +0100 Subject: Kinda working VFS implementation --- apps/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files.c') diff --git a/apps/files.c b/apps/files.c index e21af5a..df590d9 100644 --- a/apps/files.c +++ b/apps/files.c @@ -38,7 +38,7 @@ void render_list(const char *path) gui_remove_element(list); list = gui_add_container(root, 0, 0, 100, 100, COLOR_BLACK); - struct dirent *d = read(path); + struct dirent *d = sread(path); int sum = 0; int calc = 0; -- cgit v1.2.3