]> arthur.barton.de Git - bup.git/commit
Use *native* type sizes in file attr guard
authorRob Browning <rlb@defaultvalue.org>
Sun, 15 Mar 2015 15:34:38 +0000 (10:34 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 15 Mar 2015 15:35:02 +0000 (10:35 -0500)
commit9709d46be7f849b3c495831c37a2d5aec608cbf2
treef4bce41a0107f89239f5d892779302c01af643ec
parentacaabbfb0a14c3c981e6b9005e0503c46a4e6eca
Use *native* type sizes in file attr guard

I'd misunderstood what Python struct meant by the *standard* size, and
what I'd wanted in the guard was the native size, so ask for that (via
'@').

Thanks to Robert Edmunds for running a build through the Debian buildds
and then reporting the problem that revealed on s390x.

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