From 6ed03bd482d89178c88ea66783398dfdf571a0cb Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 10 Nov 2004 17:58:16 +0000 Subject: bugfix: button in capture info dialog has to stop capturing svn path=/trunk/; revision=12506 --- capture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'capture.c') diff --git a/capture.c b/capture.c index 0ecf9bda58..9260f0a898 100644 --- a/capture.c +++ b/capture.c @@ -292,9 +292,9 @@ capture_stop(void) if (capture_opts.sync_mode) { sync_pipe_stop(); - } else { - capture_loop_stop(); } + + capture_loop_stop(); } void -- cgit v1.2.3