changeset 21800:3363189ec02c

don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
author ben
date Thu, 04 Jan 2007 16:07:42 +0000
parents a6911070ac6e
children f4c52a9738c1
files libvo/vo_vesa.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Thu Jan 04 16:06:01 2007 +0000
+++ b/libvo/vo_vesa.c	Thu Jan 04 16:07:42 2007 +0000
@@ -924,7 +924,6 @@
 		if((err=vbeSaveState(&init_state)) != VBE_OK)
 		{
 			PRINT_VBE_ERR("vbeSaveState",err);
-			return -1;
 		}
 		
 		/* TODO: