freebsd-ports/www/links1/files/patch-default.c
2020-01-26 15:40:37 +00:00

11 lines
587 B
C

--- default.c.orig 2018-11-27 22:19:36 UTC
+++ default.c
@@ -785,7 +785,7 @@ void init_home()
get_compiler_name();
links_home = get_home(&first_use);
if (!links_home) {
- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");
+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n");
sleep(3);
return;
}