fx.io: update all path parameters to be fx_values
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ int main(int argc, const char **argv)
|
||||
const char *path = argv[1];
|
||||
|
||||
fx_directory *dir;
|
||||
fx_result result = fx_directory_open(NULL, FX_RV_PATH(path), 0, &dir);
|
||||
fx_result result = fx_directory_open(NULL, FX_CSTR(path), 0, &dir);
|
||||
if (fx_result_is_error(result)) {
|
||||
fx_throw(result);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user