Re: [PATCH] Fix duplicity manpage

2016-02-21 Thread Daniel Jakots
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

Re: [patch] time_t printf in zsh

2016-02-21 Thread Jérémie Courrèges-Anglas
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

Re: [patch] time_t printf in zsh

2016-02-21 Thread Jérémie Courrèges-Anglas
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