New home, new life!

This commit is contained in:
Hisham Muhammad
2014-01-14 00:19:44 -02:00
parent 8ace29c267
commit 7fd5e80429
4 changed files with 5 additions and 5 deletions

2
CRT.c
View File

@ -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");