From: Darrick J. Wong <djwong@xxxxxxxxxx> Don't zero out the histogram bucket count when turning on group summary mode -- this will screw up the data structures and it's pointless. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- spaceman/freesp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spaceman/freesp.c b/spaceman/freesp.c index 423568a4248..70dcdb5c923 100644 --- a/spaceman/freesp.c +++ b/spaceman/freesp.c @@ -284,7 +284,6 @@ init( speced = 1; break; case 'g': - histcount = 0; gflag++; break; case 'h':