From 695825fa84e47d141a74c2f91a5ca7a4b4f6655a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Mon, 13 May 2013 14:52:48 +0000 Subject: Fixed typo. --- src/httrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/httrack.c b/src/httrack.c index 3d4e8fb..61782b3 100644 --- a/src/httrack.c +++ b/src/httrack.c @@ -786,7 +786,7 @@ static void sig_leave( int code ) { printf("\n** Finishing pending transfers.. press again ^C to quit.\n"); if (global_opt != NULL) { // ask for stop - hts_log_print(opt, LOG_ERROR, "Exit requested by shell or user"); + hts_log_print(global_opt, LOG_ERROR, "Exit requested by shell or user"); global_opt->state.stop=1; } } else { -- cgit v1.2.3