[PATCH] refs.c: let fprintf handle the formatting

2014-12-05 Thread Stefan Beller
Instead of calculating, whether to put a plus or minus sign, offload the responsibilty to the fprintf function. Signed-off-by: Stefan Beller sbel...@google.com --- refs.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/refs.c b/refs.c index 40c5591..1147216 100644 ---

Re: [PATCH] refs.c: let fprintf handle the formatting

2014-12-05 Thread Stefan Beller
On Fri, Dec 5, 2014 at 11:53 AM, Stefan Beller sbel...@google.com wrote: Instead of calculating, whether to put a plus or minus sign, offload the responsibilty to the fprintf function. Signed-off-by: Stefan Beller sbel...@google.com --- Ah! I forgot the --notes switch when sending out the