fx.io: expand path joining functionality to non-path strings
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ int main(int argc, const char **argv)
|
||||
{
|
||||
fx_directory_entry *entry = NULL;
|
||||
fx_value_get_pointer(val, (void **)&entry);
|
||||
printf("%s\n", fx_path_ptr(entry->filepath));
|
||||
printf("%s\n", fx_path_get_cstr(entry->filepath));
|
||||
}
|
||||
|
||||
fx_iterator_unref(it);
|
||||
|
||||
Reference in New Issue
Block a user