freebsd-dev/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 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
init.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
inventory.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
level.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
machdep.c Remove never used home-born implementation of curses library from source 2001-01-25 12:24:29 +00:00
main.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
Makefile - Backout botched attempt to intoduce MANSECT feature. 2001-03-26 14:22:12 +00:00
message.c Don't call printf with no format string. 2000-07-10 05:16:59 +00:00
monster.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
move.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
object.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
pack.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
pathnames.h
play.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
random.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
ring.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
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 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
save.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
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 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
throw.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
trap.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
use.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
zap.c copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00