[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore
From:       CVS by gebauer <kde-cvs () kde ! org>
Date:       2001-09-07 17:03:23
[Download RAW message or body]


kdelibs/kdecore krfcdate.cpp,1.9,1.10
Author: gebauer
Fri Sep  7 17:03:08 UTC 2001


Modified Files:
         krfcdate.cpp
Log Message:
fix for #29000

@@ -255,7 +255,7 @@ int KRFCDate::localUTCOffset()
   unsigned int timeLocal = ymdhms_to_seconds(tM->tm_year+1900, tM->tm_mon+1, tM->tm_mday,
                                              tM->tm_hour, tM->tm_min, tM->tm_sec);
 
-  return (timeLocal-timeUTC)/60;
+  return ((int)(timeLocal-timeUTC))/60;
 }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic