Minor typo fix.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@465 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-15 15:11:54 +00:00
parent 24a8f3a448
commit 2b6b21cb51
2 changed files with 2 additions and 1 deletions

1
TODO
View File

@ -1,3 +1,4 @@
-update virus to the newest version.
-inprogress-dir config option prepends the dgl-root dir, other
config dirs do not. unify.
-allow changing the name where the ttyrecs are saved, like

View File

@ -475,7 +475,7 @@ inprogressmenu (int gameid)
games[menuchoice - 97 + offset]->ttyrec_fn);
chosen_name = strdup (games[menuchoice - 97 + offset]->name);
/* reuse thie char* */
/* reuse the char* */
replacestr = strchr (ttyrecname, ':');
if (!replacestr)