[libgsf] Remove duplicate initialisation



commit 9c94b5ae9c4292026a455308b2b4bd54ef06711f
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Wed Sep 8 12:24:03 2010 +0200

    Remove duplicate initialisation

 gsf/gsf-infile-tar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gsf/gsf-infile-tar.c b/gsf/gsf-infile-tar.c
index c9e52bd..febc9ac 100644
--- a/gsf/gsf-infile-tar.c
+++ b/gsf/gsf-infile-tar.c
@@ -238,7 +238,6 @@ tar_init_info (GsfInfileTar *tar)
 			const char *n = name, *s;
 			TarChild c;
 
-			n = name;
 			/* This is deliberately slash-only.  */
 			while ((s = strchr (n, '/')))
 				n = s + 1;



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