From 21be80625d88a73f6e30793e59c168fd451a47dd Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Thu, 8 Nov 2001 08:54:34 +0000 Subject: small bugfix from previous commit CVS patchset: 998 CVS date: 2001/11/08 08:54:34 --- src/dxr3/dxr3_vo_standard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3_vo_standard.c b/src/dxr3/dxr3_vo_standard.c index 2c3c7c4ab..53af6b43c 100644 --- a/src/dxr3/dxr3_vo_standard.c +++ b/src/dxr3/dxr3_vo_standard.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_vo_standard.c,v 1.3 2001/11/08 08:49:26 mlampard Exp $ + * $Id: dxr3_vo_standard.c,v 1.4 2001/11/08 08:54:34 mlampard Exp $ * ******************************************************************* * Dummy video out plugin for the dxr3. Is responsible for setting * @@ -167,7 +167,7 @@ void dxr3_exit (vo_driver_t *this_gen) dxr3_driver_t *this = (dxr3_driver_t *) this_gen; - if(this->overlay_enabled!=-1) + if(this->overlay_enabled) dxr3_overlay_set_mode(&this->overlay, EM8300_OVERLAY_MODE_OFF ); close(this->fd_control); } -- cgit v1.2.3