]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
i'm soooo funny
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Dec 2001 09:14:41 +0000 (09:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Dec 2001 09:14:41 +0000 (09:14 +0000)
lib/transfer.c

index b59c9f2f700004e242e03b9e6b281b778d8a5a74..7c73c11b019c5d348f2e688d1f15379606bb2346 100644 (file)
@@ -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