From 733794b4d8be284dcb6f9e60fa4b4abe1f3398f2 Mon Sep 17 00:00:00 2001 From: Peter Tripician Date: Wed, 18 Feb 2009 17:27:59 +0000 Subject: [PATCH] vos-increment-offline-count-20090218 LICENSE IPL10 FIXES 124333 increment offline volume count, not pointer to it --- src/volser/vos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vos.c b/src/volser/vos.c index f75913d..cff091d 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -507,7 +507,7 @@ DisplayFormat(pntr, server, part, totalOK, totalNotOK, totalBusy, fast, *totalOK += 1; } else { fprintf(STDOUT, "Off-line"); - *totalNotOK++; + *totalNotOK += 1; } if (pntr->needsSalvaged == 1) fprintf(STDOUT, "**needs salvage**"); -- 1.9.4