diff --git a/TODO b/TODO index 94edd34..52b3b57 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/dgamelaunch.c b/dgamelaunch.c index 2ee1969..c4117c8 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -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)