X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fsighandler.c;h=12ed0ef990dc7fc25bf15bb84f374d071d0c869a;hp=1a161d2a2dd5a5890a7cf657b668b5aa77703083;hb=aa0b1f599f25cfe858ebbc7fa80d459bcdb2ae02;hpb=eadc9a84616a78575d4311abb662ef469715ad08 diff --git a/src/sighandler.c b/src/sighandler.c index 1a161d2a..12ed0ef9 100644 --- a/src/sighandler.c +++ b/src/sighandler.c @@ -98,7 +98,7 @@ static int sighandler_backtrace(void) { /* We provide pipe file descriptors for stdin/stdout because gdb < 7.5 * crashes otherwise, see - * http://sourceware.org/bugzilla/show_bug.cgi?id=14114 */ + * https://sourceware.org/bugzilla/show_bug.cgi?id=14114 */ dup2(stdin_pipe[0], STDIN_FILENO); dup2(stdout_pipe[1], STDOUT_FILENO);