Skip to content
Snippets Groups Projects
Commit d3876e0c authored by Franck Dary's avatar Franck Dary
Browse files

Corrected a bug where mcd filename was incorrectly set

parent cb97ce7e
Branches
No related tags found
No related merge requests found
...@@ -85,7 +85,6 @@ int main(int argc, char * argv[]) ...@@ -85,7 +85,6 @@ int main(int argc, char * argv[])
tmFilename = expPath + tmFilename; tmFilename = expPath + tmFilename;
bdFilename = expPath + bdFilename; bdFilename = expPath + bdFilename;
mcdFilename = expPath + mcdFilename;
TapeMachine tapeMachine(tmFilename, false, expPath); TapeMachine tapeMachine(tmFilename, false, expPath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment