From a825febc061252f09516429897184fab3b566764 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 7 Jun 2005 23:16:36 +0000 Subject: A couple off minor fixed in multi-format management. Signed-off-by: Neil Brown --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 010764e..04a689b 100644 --- a/util.c +++ b/util.c @@ -572,8 +572,8 @@ struct supertype *guess_super(int fd) besttime < info.array.ctime) { bestsuper = i; besttime = info.array.ctime; - st->ss = NULL; } + st->ss = NULL; free(sbp); } } -- cgit