Date: Wed, 31 Mar 1999 17:43:33 -0800 (PST) From: Satoshi Taoka <taoka@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xgalaga/patches patch-ab ports/games/xgalaga/pkg DESCR Message-ID: <199904010143.RAA18494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
taoka 1999/03/31 17:43:33 PST Modified files: games/xgalaga/patches patch-ab games/xgalaga/pkg DESCR Log: (1) Modification about sound by the following PR: PR: ports/8795 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> (2) I found another bug: - if (!dsp) do_nothing(); + if (dsp<0) do_nothing(); The bug causes "Program terminated with signal 8, Floating point exception". (3) Typo in pkg/DESCR Revision Changes Path 1.2 +133 -19 ports/games/xgalaga/patches/patch-ab 1.2 +1 -1 ports/games/xgalaga/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904010143.RAA18494>