]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix a wrong increment.
authorJoshua Kwan <joshk@triplehelix.org>
Wed, 31 Dec 2003 00:50:58 +0000 (00:50 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Wed, 31 Dec 2003 00:50:58 +0000 (00:50 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@11 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

dgamelaunch.c

index e22fd1f2e220d773296dd5257a867d74379ad967..5d85af716372d9f278663bde353692fb98612350 100644 (file)
@@ -226,12 +226,11 @@ inprogressmenu ()
                                                                        strncpy (m_date, replacestr + 1, 10);
                                                                        strncpy (m_time, replacestr + 12, 8);
 
-                                                                       i++;
-                                                                       
                                                                        mvprintw (7 + i, 1, "%c) %-15s %s %s (%ldm %lds idle)",
                                                                                                         i + 97, m_name, m_date, m_time,
                                                                                                         (time (&ctime) - pstat.st_mtime) / 60,
                                                                                                         (time (&ctime) - pstat.st_mtime) % 60);
+                                                                       i++;
                                                                }
                                                }
                                        else