diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-05 19:37:51 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-01-05 19:37:51 +0000 |
commit | dfce33f4701d6e0f92863a459498c31bd507c865 (patch) | |
tree | 2b8eb596d9952103efbaaaa6a847d22a36f8674a /www/links/files | |
parent | 2e3c22209d1a308abf08cc91b5808792cc11069c (diff) |
Notes
Diffstat (limited to 'www/links/files')
-rw-r--r-- | www/links/files/patch-default.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/links/files/patch-default.c b/www/links/files/patch-default.c index cf88b86d8fba..41264d769ac1 100644 --- a/www/links/files/patch-default.c +++ b/www/links/files/patch-default.c @@ -1,11 +1,11 @@ ---- default.c.orig 2016-06-17 20:33:57 UTC +--- default.c.orig 2016-11-16 22:49:10 UTC +++ default.c -@@ -829,7 +829,7 @@ void init_home(void) +@@ -836,7 +836,7 @@ void init_home(void) 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); + portable_sleep(3000); return; } |