From 7cf5530ea749f274bb984e9a9f2c82e426cca645 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 3 Mar 2004 20:09:11 +0000 Subject: use the _x_abort() macro instead of abort, since it prints some debug info before aborting CVS patchset: 6211 CVS date: 2004/03/03 20:09:11 --- src/video_out/alphablend.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/video_out/alphablend.c') diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c index cbedf3ec8..a0541304b 100644 --- a/src/video_out/alphablend.c +++ b/src/video_out/alphablend.c @@ -3,6 +3,7 @@ * Copyright (C) James Courtier-Dutton James@superbug.demon.co.uk - July 2001 * * Copyright (C) 2000 Thomas Mirlacher + * 2002-2004 the xine project * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -462,7 +463,7 @@ void blend_rgb16 (uint8_t * img, vo_overlay_t * img_overl, } break; case 6: /* Finished */ - abort(); + _x_abort(); case 7: /* No button */ clut = (clut_t*) img_overl->color; -- cgit v1.2.3