summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-01-14 00:19:44 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-14 00:19:44 -0200
commit7fd5e80429123d7ca35924b99e33b377a128be28 (patch)
tree0cc2fa2194d7ac4865fb19b47d4302520c05634b /CRT.c
parent8ace29c267bad42bc898152541f7732834b291c2 (diff)
New home, new life!
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 64a38120..6ddd8d91 100644
--- a/CRT.c
+++ b/CRT.c
@@ -131,7 +131,7 @@ static void CRT_handleSIGSEGV(int sgn) {
(void) sgn;
CRT_done();
#if __linux
- fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://htop.sf.net\n");
+ fprintf(stderr, "\n\nhtop " VERSION " aborting. Please report bug at http://hisham.hm/htop\n");
#ifdef HAVE_EXECINFO_H
size_t size = backtrace(backtraceArray, sizeof(backtraceArray) / sizeof(void *));
fprintf(stderr, "\n Please include in your report the following backtrace: \n");

© 2014-2024 Faster IT GmbH | imprint | privacy policy