From d566503433646294c05531f618002d95f38f514a Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 16 Jan 2002 17:35:34 +0000 Subject: changing function pointer name to make new gcc happy. (i think it is stupid to #define printf -- gcc/glibc is broken not xine!) CVS patchset: 1416 CVS date: 2002/01/16 17:35:34 --- src/xine-engine/scratch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/scratch.c') diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c index 364f85d09..154a9bb67 100644 --- a/src/xine-engine/scratch.c +++ b/src/xine-engine/scratch.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: scratch.c,v 1.5 2002/01/13 21:15:48 jcdutton Exp $ + * $Id: scratch.c,v 1.6 2002/01/16 17:35:34 miguelfreitas Exp $ * * top-level xine functions * @@ -88,7 +88,7 @@ scratch_buffer_t *new_scratch_buffer (int num_lines) { this->ordered[i] = NULL; this->lines[i] = NULL; - this->printf = scratch_printf; + this->scratch_printf = scratch_printf; this->get_content = scratch_get_content; this->num_lines = num_lines; -- cgit v1.2.3