Updated test support for multi-op command line

This commit is contained in:
Brian J. Bernstein 2022-10-11 11:44:21 -04:00
parent 2d811de210
commit 544d146d5b
1 changed files with 2 additions and 2 deletions

View File

@ -119,11 +119,11 @@ public class AntTask extends Task
else if (_command.equals("cc65"))
{
System.err.println("Note: 'cc65' is deprecated. Please use 'as' or 'dos' as appropriate.");
com.webcodepro.applecommander.ui.ac.putDOS(_input, _imageName, _fileName, _type);
com.webcodepro.applecommander.ui.ac.putDOS(_input, _imageName, _fileName, _type, System.in);
}
else if (_command.equals("dos"))
{
com.webcodepro.applecommander.ui.ac.putDOS(_input, _imageName, _fileName, _type);
com.webcodepro.applecommander.ui.ac.putDOS(_input, _imageName, _fileName, _type, System.in);
}
else {
com.webcodepro.applecommander.ui.ac.putAppleSingle(_imageName, _fileName,