Tor Lillqvist writes:
 >   int fd = open ("stdout.log", O_CREAT|O_WRONLY|O_TRUNC, 0666);
 >   dup2 (fd, 2);

Argh, "stdout.log" is of course here a bit silly name to use as it
then is used for stderr. Sorry for the confusion ;-)

--tml


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to