Skip to content

Commit 354e22b

Browse files
committed
[FIX] wrong class
1 parent ce68c8c commit 354e22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeWalker.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private static void Main(string[] args)
1111
try
1212
{
1313
string content = File.ReadAllText(args[0]);
14-
YtdFile file = XmlYtd.GetYtd(content, "");
14+
YcdFile file = XmlYcd.GetYcd(content);
1515
byte[] outputBytes = file.Save();
1616
File.WriteAllBytes(args[1], outputBytes);
1717
Environment.ExitCode = 0;

0 commit comments

Comments
 (0)