On Mon, 8 Feb 2016 17:51:00 -0500, "trondd"
wrote:
> On Mon, February 8, 2016 7:59 am, Jérémie Courrèges-Anglas wrote:
> > tro...@kagu-tsuchi.com writes:
> >
> >> Seems that with the change to duplicity 0.7, the default sftp
> >> backend changed.
> >> The manpage was being patched to say the
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:
> Matthew Martin writes:
>
>> zsh printf's a time_t as a long. The cast is so that I can send the
>> same patch upstream (assuming that casting to long long is the correct
>> fix). Bug found with clang.
>
> It looks like zsh does not assume long
Matthew Martin writes:
> zsh printf's a time_t as a long. The cast is so that I can send the
> same patch upstream (assuming that casting to long long is the correct
> fix). Bug found with clang.
It looks like zsh does not assume long long and %lld support, so more
work might be needed for an u