- From: Raffaele Sena <raff@nuvomedia.com>
- Date: Sun, 17 Jan 1999 19:01:26 -0800 (PST)
- To: www-lib <www-lib@w3.org>
Hi, I'm using the current sources for libwww from CVS. I set a text_new callback, but it does not get called. I checked the code, and the callback in HTextImp_new is checked for calling right before setting it to the correct value. I made the following change to libwww/Library/src/HText.c. Can it be integrated ? Thanks, Raffaele Index: HText.c =================================================================== RCS file: /sources/public/libwww/Library/src/HText.c,v retrieving revision 2.1 diff -b -r2.1 HText.c 55c55 < if (me->text_new) me->app = (*me->text_new)(request, anchor, output_stream); --- > if (text_new) me->app = (*text_new)(request, anchor, output_stream); --------------------------------------------- Raffaele Sena Senior Software Engineer ( "THE" Linux Guy :) NuvoMedia, Inc. 310 Villa Street Mt. View, CA 94041 Main: +1.650.314.1200 Direct: +1.650.314.1255 Fax: +1.650.314.1201 http://www.rocket-ebook.com
Received on Sunday, 17 January 1999 22:01:39 UTC