Update folder path

This commit is contained in:
Mark McCaskey 2019-12-12 12:00:30 -08:00
parent dd6c458720
commit efaae9f12f

View File

@ -477,7 +477,7 @@ pub fn initialize(fs: &mut WasiFs) -> Result<(), String> {
let fb_fd = unsafe { let fb_fd = unsafe {
fs.open_dir_all( fs.open_dir_all(
VIRTUAL_ROOT_FD, VIRTUAL_ROOT_FD,
"sys/class/graphics/wasmerfb".to_string(), "sys/class/graphics/wasmerfb0".to_string(),
ALL_RIGHTS, ALL_RIGHTS,
ALL_RIGHTS, ALL_RIGHTS,
0, 0,