changeset 26174:3f5039b63e4b

Fix wrong check for vidix usage.
author iive
date Sun, 09 Mar 2008 18:49:31 +0000
parents 5b02db26105d
children b62cfba8df31
files libvo/vo_svga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_svga.c	Sun Mar 09 10:35:45 2008 +0000
+++ b/libvo/vo_svga.c	Sun Mar 09 18:49:31 2008 +0000
@@ -362,7 +362,7 @@
   }
 
 #ifdef CONFIG_VIDIX
-  if (vidix_name) {
+  if (vidix_name[0]) {
     switch (request) {
     case VOCTRL_SET_EQUALIZER:
     {