adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src gamedate.cc,1.6,1.7


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src gamedate.cc,1.6,1.7
Date: Mon, 02 Dec 2002 10:16:07 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv9213

Modified Files:
        gamedate.cc 
Log Message:
FIXED compilation error with gcc-3.2/Alpha


Index: gamedate.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/gamedate.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** gamedate.cc 25 Aug 2002 14:16:18 -0000      1.6
--- gamedate.cc 2 Dec 2002 15:16:05 -0000       1.7
***************
*** 20,23 ****
--- 20,24 ----
   */
  
+ #include <ctype.h>
  #include <stdlib.h>
  #include "gamedate.h"
***************
*** 139,143 ****
                      break;
                  }
!                 // 10th minutes
                  case 't':
                  {
--- 140,144 ----
                      break;
                  }
!                 // 1/10 minutes
                  case 't':
                  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]