mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +00:00
Correction suggested by Chris Morse to continue searching for
a file in getFile until it is found.
This commit is contained in:
parent
ad5908561b
commit
e86ef7130e
@ -275,7 +275,7 @@ public abstract class FormattedDisk extends Disk implements DirectoryEntry {
|
||||
if (entry.isDirectory()) {
|
||||
theFileEntry = getFile(
|
||||
((DirectoryEntry)entry).getFiles(), filename);
|
||||
break;
|
||||
if (theFileEntry != null) break;
|
||||
}
|
||||
String otherFilename = entry.getFilename();
|
||||
if (otherFilename != null) otherFilename = otherFilename.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user