This commit is contained in:
Reinhard Pointner 2007-12-29 13:18:38 +00:00
parent a8cf61ef33
commit 4d3a538fa4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class FileFormat {
startIndex += 1;
if (startIndex <= name.length()) {
return name.substring(dotIndex + 1, name.length());
return name.substring(startIndex, name.length());
}
}