diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sup/src/expand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sup/src/expand.c b/usr.bin/sup/src/expand.c index 9aa0ae719ee..c7b368f7d28 100644 --- a/usr.bin/sup/src/expand.c +++ b/usr.bin/sup/src/expand.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.8 2001/04/29 18:16:19 millert Exp $ */ +/* $OpenBSD: expand.c,v 1.9 2001/04/29 21:55:59 millert Exp $ */ /* * Copyright (c) 1991 Carnegie Mellon University @@ -345,8 +345,8 @@ slash: addone(path, ""); else glob(p); -pathovfl: } +pathovfl: pathp = spathp; *pathp = 0; return (0); |