Hi,

just to let you know what we did to temporarily bypass the problem:

We added just one exclamation mark and it works:

[...]

if(has_parent)
axutil_stream_write(stream, env, start_input_str, start_input_str_len);

changed to

if(!has_parent)
   axutil_stream_write(stream, env, start_input_str,
   start_input_str_len);

[...]

Needless to say this is editing the generated source - the way we did not want to go.

Thanks and greetings from Berlin,

Flori

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to