Improve some usages of Aggregate.

This commit is contained in:
RoosterDragon
2017-12-22 12:55:53 +00:00
committed by abcdefg30
parent adc4538c44
commit 63810220e4
4 changed files with 6 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ namespace OpenRA
/// <summary>Replace special character prefixes with full paths.</summary>
public static string ResolvePath(params string[] path)
{
return ResolvePath(path.Aggregate(Path.Combine));
return ResolvePath(Path.Combine(path));
}
/// <summary>