Skip to content
Snippets Groups Projects
Commit 89e5f6f4 authored by dohan's avatar dohan
Browse files

Merge branches 'develop' and 'develop' of github.com:hhu-stups/tlc4b into develop

parents 3d93cc9b e5930255
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,8 @@ public class TLC4B {
// the following lines fix incorrect file names
filename = filename.replace("\\", File.separator);
filename = filename.replace("/", File.separator);
if (!filename.toLowerCase().endsWith(".mch")) {
if (!filename.toLowerCase().endsWith(".mch") &&
!filename.toLowerCase().endsWith(".sys")) {
filename = filename + ".mch";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment