CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/12/10 16:18:24

Modified files:
        .              : ChangeLog 
        server         : timers.h 

Log message:
        _start must be a long.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5117&r2=1.5118
http://cvs.savannah.gnu.org/viewcvs/gnash/server/timers.h?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5117
retrieving revision 1.5118
diff -u -b -r1.5117 -r1.5118
--- ChangeLog   10 Dec 2007 10:54:32 -0000      1.5117
+++ ChangeLog   10 Dec 2007 16:18:24 -0000      1.5118
@@ -1,3 +1,7 @@
+2007-12-10 Sandro Santilli <[EMAIL PROTECTED]>
+
+       * server/timers.h: _start must be a long.
+
 2007-12-10 Benjamin Wolsey <[EMAIL PROTECTED]>
 
        * server/vm/VM.{h,cpp}: add randomNumberGenerator() to return

Index: server/timers.h
===================================================================
RCS file: /sources/gnash/gnash/server/timers.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- server/timers.h     10 Dec 2007 09:23:48 -0000      1.31
+++ server/timers.h     10 Dec 2007 16:18:24 -0000      1.32
@@ -195,7 +195,7 @@
       /// This will be numeric_limits<unsigned long>::max()
       /// if the timer is not active (or cleared)
       ///
-      unsigned int _start;
+      unsigned long _start;
 
       /// The associated function (if statically-bound) stored in an intrusive 
pointer
       boost::intrusive_ptr<as_function> _function;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to