Skip to content

Commit

Permalink
紧急修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Apr 14, 2019
1 parent 17f9eb0 commit caed447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EplOnCppGUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private void ConvertButton_Click(object sender, EventArgs e)
default:
throw new Exception("请选择正确的项目类型");
}
if (source.ESystemInfo.ProjectType != 3)
if (source.ESystemInfo.FileType != 3)
{
throw new Exception("源文件应为ECom(*.ec)文件");
}
Expand Down

0 comments on commit caed447

Please sign in to comment.