summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2001-11-08 08:54:34 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2001-11-08 08:54:34 +0000
commit21be80625d88a73f6e30793e59c168fd451a47dd (patch)
tree9602407535eab21dbe288581678375bc162497d3 /src
parent19f7c11677334b04cfadee6810ceb315e5cac33f (diff)
downloadxine-lib-21be80625d88a73f6e30793e59c168fd451a47dd.tar.gz
xine-lib-21be80625d88a73f6e30793e59c168fd451a47dd.tar.bz2
small bugfix from previous commit
CVS patchset: 998 CVS date: 2001/11/08 08:54:34
Diffstat (limited to 'src')
-rw-r--r--src/dxr3/dxr3_vo_standard.c4
1 files changed, 2 insertions, 2 deletions
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);
}