From: Simon Wunderlich <sw@simonwunderlich.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Jonathan Haws <jhaws@sdl.usu.edu>
Subject: Re: [B.A.T.M.A.N.] [PATCH v1] alfred: Formatting patch for sync-period casts
Date: Fri, 27 Jan 2017 15:10:05 +0100 [thread overview]
Message-ID: <1865571.PHlDmin6Ej@prime> (raw)
In-Reply-To: <1485483789-5327-1-git-send-email-jhaws@sdl.usu.edu>
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
Thanks Jonathan,
I've added your sign-off manually (but only this time, since its so trivial!
please don't forget it on other patches) and adjusted the subject. The patch
can be found in revision c73e56c.
Thanks,
Simon
On Thursday, January 26, 2017 7:23:09 PM CET Jonathan Haws wrote:
> ---
> main.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/main.c b/main.c
> index 1cabe15..446eecf 100644
> --- a/main.c
> +++ b/main.c
> @@ -276,8 +276,8 @@ static struct globals *alfred_init(int argc, char
> *argv[]) return NULL;
> case 'p':
> sync_period = strtod(optarg, NULL);
> - globals->sync_period.tv_sec = (int) sync_period;
> - globals->sync_period.tv_nsec = (double) (sync_period - (int)
> sync_period) * 1e9; + globals->sync_period.tv_sec = (int)sync_period;
> + globals->sync_period.tv_nsec = (double)(sync_period -
(int)sync_period)
> * 1e9; printf(" ** Setting sync interval to: %.9f seconds (%ld.%09ld)\n",
> sync_period, globals->sync_period.tv_sec, globals->sync_period.tv_nsec);
> break;
> case '4':
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-01-27 14:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 2:23 [B.A.T.M.A.N.] [PATCH v1] alfred: Formatting patch for sync-period casts Jonathan Haws
2017-01-27 14:10 ` Simon Wunderlich [this message]
2017-01-27 15:30 ` Jonathan Haws
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1865571.PHlDmin6Ej@prime \
--to=sw@simonwunderlich.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=jhaws@sdl.usu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox