[Gambas-user] Many Java Script messages when displaying html in webview

T Lee Davidson t.lee.davidson at gmail.com
Wed Sep 27 21:04:53 CEST 2023


On 9/27/23 10:48, Brian G wrote:
>      dup2(OldStderr,StdOut)
>      dup2(OldStderr,StdErr)

Shouldn't that be:
     dup2(OldStdout,StdOut)
     dup2(OldStderr,StdErr)
?

I ask just in case you copied it directly from your project's code.


-- 
Lee



More information about the User mailing list