diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-04 09:14:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-04 09:14:41 +0000 |
commit | 7ee6a9dc2550bfe7b394a40166c84893098adc90 (patch) | |
tree | 6b195bb15059969614898e0ea0f3841d57224b05 /lib | |
parent | 1b56ae84786c91b4e2aa8d7b4628af7dbf4cf40b (diff) |
i'm soooo funny
Diffstat (limited to 'lib')
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |