Hi,

I noticed revision 1.25 of games/gomoku/main.c was faulty:

        if (!debug)
-#ifdef SVR4
-               srand(time(0));
-#endif
        if (interactive)
                cursinit();             /* initialize curses */

The if (!debug) line should've been removed as well. Now curses isn't
initialized in debug mode.

Jonas

Reply via email to