[PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread David Bremner
Jani Nikula writes: > This hides platform differences between struct timeval field types. pushed d

[PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread Tomi Ollila
On Tue, Oct 28 2014, Jani Nikula wrote: > This hides platform differences between struct timeval field types. LGTM. Tomi > --- > notmuch-insert.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/notmuch-insert.c b/notmuch-insert.c > index 7074077..0d2d810 100644

[PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread Jani Nikula
This hides platform differences between struct timeval field types. --- notmuch-insert.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index 7074077..0d2d810 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -197,7 +197,7 @@

[PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread David Edmondson
On Tue, Oct 28 2014, Jani Nikula wrote: > This hides platform differences between struct timeval field types. Good for me. Tested on Debian Testing and OS X 10.10 (which previously emitted a compiler warning). > --- > notmuch-insert.c |2 +- > 1 files changed, 1 insertions(+), 1

[PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread Jani Nikula
This hides platform differences between struct timeval field types. --- notmuch-insert.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index 7074077..0d2d810 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -197,7 +197,7 @@

Re: [PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread David Edmondson
On Tue, Oct 28 2014, Jani Nikula wrote: This hides platform differences between struct timeval field types. Good for me. Tested on Debian Testing and OS X 10.10 (which previously emitted a compiler warning). --- notmuch-insert.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread Tomi Ollila
On Tue, Oct 28 2014, Jani Nikula j...@nikula.org wrote: This hides platform differences between struct timeval field types. LGTM. Tomi --- notmuch-insert.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index

Re: [PATCH] cli: cast timeval fields to long for format

2014-10-28 Thread David Bremner
Jani Nikula j...@nikula.org writes: This hides platform differences between struct timeval field types. pushed d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch