commit | 66be9197a5111d0293732f4823d1711ccab51675 | [log] [tgz] |
---|---|---|
author | Eric Lammerts <busybox@lists.lammerts.org> | Sat Oct 30 02:48:20 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Oct 30 02:48:20 2010 +0200 |
tree | 42a32bde5fad1f26e5aea65064931f9633383a97 | |
parent | d7559c274139c91af5ce77bd4b9f863f78a69f69 [diff] |
stat: fix mtime/ctime/atime If you set CONFIG_FEATURE_STAT_FORMAT=n, two of the three printed times are wrong, because a global buffer is reused. Fix below. Signed-off-by: Eric Lammerts <busybox@lists.lammerts.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>