From 13a06a0651da0f2a14f44dc03f95bd23ca4921ee Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 1 Jan 2018 00:54:25 -0800 Subject: [PATCH] fix yield path --- pk3DS.Core/CTR/SARC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pk3DS.Core/CTR/SARC.cs b/pk3DS.Core/CTR/SARC.cs index 794ac6f..6a23bd1 100644 --- a/pk3DS.Core/CTR/SARC.cs +++ b/pk3DS.Core/CTR/SARC.cs @@ -152,7 +152,7 @@ public string ExportFile(SFATEntry t, string outpath = null) var filepath = Path.Combine(outpath, name); File.WriteAllBytes(filepath, data); - return outpath; + return filepath; } ///