mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-30 09:05:44 +02:00
Minor typo fix.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@465 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
24a8f3a448
commit
2b6b21cb51
1
TODO
1
TODO
@ -1,3 +1,4 @@
|
|||||||
|
-update virus to the newest version.
|
||||||
-inprogress-dir config option prepends the dgl-root dir, other
|
-inprogress-dir config option prepends the dgl-root dir, other
|
||||||
config dirs do not. unify.
|
config dirs do not. unify.
|
||||||
-allow changing the name where the ttyrecs are saved, like
|
-allow changing the name where the ttyrecs are saved, like
|
||||||
|
@ -475,7 +475,7 @@ inprogressmenu (int gameid)
|
|||||||
games[menuchoice - 97 + offset]->ttyrec_fn);
|
games[menuchoice - 97 + offset]->ttyrec_fn);
|
||||||
chosen_name = strdup (games[menuchoice - 97 + offset]->name);
|
chosen_name = strdup (games[menuchoice - 97 + offset]->name);
|
||||||
|
|
||||||
/* reuse thie char* */
|
/* reuse the char* */
|
||||||
replacestr = strchr (ttyrecname, ':');
|
replacestr = strchr (ttyrecname, ':');
|
||||||
|
|
||||||
if (!replacestr)
|
if (!replacestr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user