diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1999-03-02 04:14:33 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1999-03-02 04:14:33 +0000 |
| commit | c5e72606a7fbcb1f8e1077649066183e072035ef (patch) | |
| tree | 9a7dcaa96c26c259af63db8c56fc5495788c31d0 /usr.bin/fetch | |
| parent | eef33ce9bdc93d8fec1e9782602ba39ce04edf62 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -rw-r--r-- | usr.bin/fetch/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fetch/file.c b/usr.bin/fetch/file.c index cad33e72abf1..1bdccc8fdc49 100644 --- a/usr.bin/fetch/file.c +++ b/usr.bin/fetch/file.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: file.c,v 1.3 1997/11/12 04:39:33 obrien Exp $ + * $Id: file.c,v 1.4 1998/09/17 00:15:15 des Exp $ */ #include <sys/types.h> @@ -109,7 +109,7 @@ file_retrieve(struct fetch_state *fs) if (fs->fs_linkfile) { fs->fs_status = "checking path"; if (stat(fs->fs_proto, &sb) == -1) { - warn("non-unexistent"); + warn("%s", (char *)fs->fs_proto); return EX_NOINPUT; } fs->fs_status = "symlink"; |
