Update FolderInputSystem.java

This commit is contained in:
Douglas Gillespie 2023-06-09 12:56:23 +01:00
parent 3df05c3ec6
commit f3944e3536

View File

@ -314,6 +314,9 @@ public class FolderInputSystem extends FileInputSystem implements PamSettings, D
}
selection = folderInputParameters.getSelectedFiles();
}
if (selection == null) {
return 0;
}
if (selection.length > 0) {
System.out.println("FolderInputSystem.makeSelFileList(): Searching for sound files in " + selection[0]);
}