]> arthur.barton.de Git - bup.git/commit - lib/bup/xstat.py
Don't accidentally pass atime/ctime/mtime through from_stat_time() twice.
authorRob Browning <rlb@defaultvalue.org>
Mon, 14 Mar 2011 01:37:56 +0000 (20:37 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 07:43:32 +0000 (00:43 -0700)
commit5cd068c1bf2827af129860bf2aebae495c81ede7
tree9c83ed20bd2333eb2d5d2635f719d26cc02bc4c9
parented883927fa652ec9300769701e8f124bd5bebde4
Don't accidentally pass atime/ctime/mtime through from_stat_time() twice.

Don't accidentally pass atime/ctime/mtime through
FSTime.from_stat_time() twice in the xstat stat_result.from_stat_rep()
static method when _have_ns_fs_timestamps is false.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/xstat.py