From 2221d5c4a56bc113293281d0b8a2011e1c38adc9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 6 Feb 2024 23:28:46 -0600 Subject: [PATCH] fs_openat.hpp --- src/fs_openat.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/fs_openat.hpp b/src/fs_openat.hpp index e52caaaf..25b16e15 100644 --- a/src/fs_openat.hpp +++ b/src/fs_openat.hpp @@ -59,10 +59,10 @@ namespace fs static inline int - openat(const int dirfd_, - const char *pathname_, - const int flags_, - const mode_t mode_) + openat(const int dirfd_, + const ghc::filesystem::path &pathname_, + const int flags_, + const mode_t mode_) { int rv;