freebsd-nq/games/rogue
Poul-Henning Kamp 12f70a5587 When a game ends that makes the top 10, the function insert_score in
score.c is called to make the new score file.  But the case for KFIRE
(killed by fire) incorrectly uses strcpy instead of strcat (all the
other cases use strcat).  This puts the string in the wrong place and
corrupts the score file.

PR:		13278
Submitted by:	Mark W. Krentel krentel@dreamscape.com
2001-05-23 21:01:01 +00:00
..
USD.doc Correct typo. 2001-02-15 07:48:28 +00:00
CHANGES
hit.c
init.c
inventory.c
level.c
machdep.c Remove never used home-born implementation of curses library from source 2001-01-25 12:24:29 +00:00
main.c
Makefile - Backout botched attempt to intoduce MANSECT feature. 2001-03-26 14:22:12 +00:00
message.c
monster.c
move.c
object.c
pack.c
pathnames.h
play.c
random.c
ring.c
rogue.6 mdoc(7) police: fixed a few bogons. 2001-01-25 14:16:42 +00:00
rogue.h Remove never used home-born implementation of curses library from source 2001-01-25 12:24:29 +00:00
room.c
save.c
score.c When a game ends that makes the top 10, the function insert_score in 2001-05-23 21:01:01 +00:00
spec_hit.c
throw.c
trap.c
use.c
zap.c