CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/06/01 16:57:14
Modified files: games/hack : hack.pager.c Log message: Fix fgets handling. 1. Skip blank lines instead of dereferencing NULL-1. 2. If bufr is a blank line don't pass bufr+1 as a pointer. OK millert