bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] rpctrace: implement -E


From: Samuel Thibault
Subject: Re: [PATCH] rpctrace: implement -E
Date: Fri, 1 Mar 2013 18:22:34 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Pino Toscano, le Fri 01 Mar 2013 16:27:03 +0100, a écrit :
> Side question: do we have git hooks to automatically close bugs and 
> tasks with commits?

I don't know.

> +               newval = *(equal + 1) != 0 ? equal + 1 : "";

Why checking against *(equal+1) == 0 ? using equal+1 in the == 0 case
will also make newval point to an empty string.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]