From 7ee6a9dc2550bfe7b394a40166c84893098adc90 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Dec 2001 09:14:41 +0000 Subject: [PATCH] i'm soooo funny --- lib/transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transfer.c b/lib/transfer.c index b59c9f2f7..7c73c11b0 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -903,7 +903,7 @@ CURLcode Curl_perform(struct SessionHandle *data) bool port=TRUE; /* allow data->set.use_port to set port to use */ char *newurl = NULL; /* possibly a new URL to follow to! */ #ifdef HAVE_SIGNAL - /* storage for the previous signal handler */ + /* storage for the previous bag^H^H^HSIGPIPE signal handler :-) */ void (*prev_signal)(int sig); #endif