From 6aac881c2daa4652f30f15c3da4dadad6a4da674 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 1 Oct 2018 18:50:31 +0000 Subject: [PATCH] PR/33: fix for new bugs location --- src/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file.c b/src/file.c index 16413e71..67ef8e7f 100644 --- a/src/file.c +++ b/src/file.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: file.c,v 1.177 2018/08/20 15:39:32 christos Exp $") +FILE_RCSID("@(#)$File: file.c,v 1.178 2018/10/01 18:50:31 christos Exp $") #endif /* lint */ #include "magic.h" @@ -656,7 +656,7 @@ help(void) #include "file_opts.h" #undef OPT #undef OPT_LONGONLY - fprintf(stdout, "\nReport bugs to http://bugs.gw.com/\n"); + fprintf(stdout, "\nReport bugs to https://bugs.astron.com/\n"); exit(EXIT_SUCCESS); } -- 2.50.1