$OpenBSD: patch-inptstrm_c,v 1.1.1.1 2001/06/19 03:23:26 angelos Exp $ --- inptstrm.c.orig Wed May 31 09:04:11 1995 +++ inptstrm.c Sun Jun 10 00:43:14 2001 @@ -1,4 +1,5 @@ #include "main.h" +extern int Interactive; /************************************************************************* MPEG Streams Kontrolle @@ -310,6 +311,7 @@ unsigned int length; fclose (info_file); output_info_video (video_info); + if( Interactive ) ask_continue (); } @@ -565,6 +567,7 @@ unsigned int length; close_bit_stream_r (&audio_bs); fclose (info_file); output_info_audio (audio_info); + if( Interactive ) ask_continue (); }