chore: sync changes with ghostty_string_s

This commit is contained in:
CoderJoshDK
2025-09-24 17:47:24 -04:00
parent 79685f87c4
commit dc03a47558
2 changed files with 1 additions and 2 deletions

View File

@@ -130,7 +130,6 @@ export fn ghostty_config_open_path() c.String {
return .empty;
};
// Capacity is len + 1 due to sentinel
return .fromSlice(path);
}