fix ctime diff
This commit is contained in:
parent
56b41b34df
commit
16fcee7b8c
|
@ -246,7 +246,7 @@ public class FileInfo extends FileAttrs {
|
|||
sb.append("Ctime........").
|
||||
append(new Date(info.ctime)).
|
||||
append(DIFF_SEP).
|
||||
append(new Date(info.ctime)).
|
||||
append(new Date(this.ctime)).
|
||||
append("\n");
|
||||
changed = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue