possible typo in gnome-pty-helper.c



In  gnome-libs-0.99.2/zvt/gnome-pty-helper.c  line 369
there is probably a typo
    stderr_fd = open ("/dev/nulll", O_RDWR);
which should read
    stderr_fd = open ("/dev/null", O_RDWR);

	\Maex



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]