diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2005-08-25 13:44:02 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2005-08-25 13:44:02 +0000 |
| commit | 8a0a76b862df8763ff2b90c633ccb90e4ece6032 (patch) | |
| tree | 62e95f9f7987fee1aab70e86130455c51c79e6ab /usr.bin/find/function.c | |
| parent | 7e994955ac7bec8357b94d3aa528234e8315fab7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index beeebef05cee..7052810c5b18 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -818,7 +818,7 @@ f_fstype(PLAN *plan, FTSENT *entry) static int first = 1; struct statfs sb; static int val_type, val_flags; - char *p, save[2]; + char *p, save[2] = {0,0}; if ((plan->flags & F_MTMASK) == F_MTUNKNOWN) return 0; |
