Cleanup DELETE

This commit is contained in:
Michaelangel007 2017-12-11 08:25:14 -08:00
parent fe10d81843
commit bc5e27afeb
1 changed files with 2 additions and 0 deletions

View File

@ -646,9 +646,11 @@ int main( const int nArg, const char *aArg[] )
}
case DISK_COMMAND_FILE_DELETE:
{
readVolume( nArg, aArg, &iArg );
// ProDOS_FileDelete( gpPath ); // pathname_filename
break;
}
case DISK_COMMAND_FILE_GET:
readVolume( nArg, aArg, &iArg );