fuse_init.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:41:29 -05:00
parent a8edeae270
commit 0fcc22159e

View File

@ -141,8 +141,8 @@ namespace l
static
void
readahead(const std::string path_,
const int readahead_)
readahead(const ghc::filesystem::path path_,
const int readahead_)
{
int rv;