X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FBackupFiles.java;h=c67c307d223badfe1d10349283b4a846e57aee75;hb=03750f3a72c19b215f872bbdcf04585c463c6967;hp=bec584f46665c99380c21488a651301bb91bd574;hpb=b3fb6325a8bc315c5c938faf10ffd2e73d965f16;p=jalview.git diff --git a/src/jalview/io/BackupFiles.java b/src/jalview/io/BackupFiles.java index bec584f..c67c307 100644 --- a/src/jalview/io/BackupFiles.java +++ b/src/jalview/io/BackupFiles.java @@ -234,7 +234,8 @@ public class BackupFiles classInit(); if (file.getParentFile() == null) { - // filename probably in pwd represented with no parent -- fix it before it's a problem + // filename probably in pwd represented with no parent -- fix it before + // it's a problem file = file.getAbsoluteFile(); } this.file = file;