diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-22 09:47:02 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-22 09:47:02 +0000 |
| commit | 6bf611a72d7cd2a8f5f56d9e340dac5518908929 (patch) | |
| tree | b43998ae166deedf1d76482c45675f2f28f3c19e /usr.sbin/gstat | |
| parent | ceecf6a78385888213225c3bf18b56fb4f2ed5d3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/gstat')
| -rw-r--r-- | usr.sbin/gstat/gstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index dea545397c8cb..885b9c4502f07 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -72,7 +72,7 @@ main(int argc, char **argv) while ((i = getopt(argc, argv, "cI:")) != -1) { switch (i) { case 'c': - flag_c = !flag_c; + flag_c = 1; break; case 'I': p = NULL; |
