mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Pass "components" argument as StringView[] in Path.InternalCombine
This commit is contained in:
parent
b10edc6f0a
commit
b109396024
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace System.IO
|
|||
return .Ok;
|
||||
}
|
||||
|
||||
public static void InternalCombine(String target, params String[] components)
|
||||
public static void InternalCombine(String target, params StringView[] components)
|
||||
{
|
||||
for (var component in components)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue