From 7474a15796cbcb373873121725dbce65c5438b11 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 8 Dec 2003 12:37:25 +0000 Subject: use __XINE_FUNCTION__ CVS patchset: 5872 CVS date: 2003/12/08 12:37:25 --- src/xine-utils/xineutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 933270aa1..937e26ce2 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -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: xineutils.h,v 1.72 2003/12/08 12:36:02 f1rmb Exp $ + * $Id: xineutils.h,v 1.73 2003/12/08 12:37:25 f1rmb Exp $ * */ #ifndef XINEUTILS_H @@ -863,7 +863,7 @@ void xine_hexdump (const char *buf, int length); #define _x_abort() \ do { \ fprintf(stderr, "abort: %s:%d: %s: Aborting.\n", \ - __FILE__, __LINE__, __func__); \ + __FILE__, __LINE__, __XINE_FUNCTION__); \ abort(); \ } while(0) -- cgit v1.2.3