|
From: Jonathan D. <jo...@js...> - 2007-06-20 16:03:28
|
On 20 Jun, <hgn...@ya...> wrote:
> I mean an "core dumped" ERROR occured when I run the
> following code:
> int callback(int type,
> const char* uri,
> const char* base) {
> printf("type:%d, uri:%s, base:%s\n",type,uri,base);
> return 1;
> }
The problem was the "base" parameter is a NULL pointer if you don't set
an xml:base URI.
I've changed this now in eSpeak 1.26.09 to an empty string "".
http://espeak.sf.net/test/latest.html
|