grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.22-10-g0e90bf6


From: Paul Eggert
Subject: grep branch, master, updated. v2.22-10-g0e90bf6
Date: Thu, 31 Dec 2015 07:40:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  0e90bf6d6802780394ed607510549b8530fe9e89 (commit)
      from  d078808cdc868d534b5af1c19f3c10823884ca8d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=0e90bf6d6802780394ed607510549b8530fe9e89


commit 0e90bf6d6802780394ed607510549b8530fe9e89
Author: Paul Eggert <address@hidden>
Date:   Wed Dec 30 23:40:41 2015 -0800

    grep: remove duplicate init
    
    * src/grep.c (print_line_middle): Remove duplicate initialization.

diff --git a/src/grep.c b/src/grep.c
index 696f4ce..03a1bff 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1051,7 +1051,7 @@ print_line_middle (char *beg, char *lim,
 {
   size_t match_size;
   size_t match_offset;
-  char *cur = beg;
+  char *cur;
   char *mid = NULL;
   char *b;
 

-----------------------------------------------------------------------

Summary of changes:
 src/grep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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