On 07/19/2013 12:07 AM, Jonas Fonseca wrote:
On Thu, Jul 18, 2013 at 9:30 AM, Drew Northup<n1xim.em...@gmail.com>  wrote:

Somehow this patch breaks the main view to not open the correct commit in diff view 
when<enter>  is pressed. Back to the debugger...

Does this (possibly white-space damaged) patch work for you?

It does, but I prefer to actually fix the problem this highlights and not to paper it over. Patch V2 will be on the way shortly.

diff --git a/tig.c b/tig.c
index ba9ba98..74a2928 100644
--- a/tig.c
+++ b/tig.c
@@ -3104,7 +3104,7 @@ format_expand_arg(struct format_context *format,
const char *name)
  static bool
  format_append_arg(struct format_context *format, const char
***dst_argv, const char *arg)
  {
- format->bufpos = 0;
+ format->buf[0] = format->bufpos = 0;

   while (arg) {
   char *next = strstr(arg, "%(");


--
Jonas Fonseca


--
--
-Drew Northup
--------------------------------------------------------------
"As opposed to vegetable or mineral error?"
-John Pescatore, SANS NewsBites Vol. 12 Num. 59
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to