gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11272: Fixed a compilation problem.


From: Andrea Palmatè
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11272: Fixed a compilation problem. Replaced size_t with unsigned long
Date: Thu, 16 Jul 2009 21:16:56 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11272
committer: Andrea Palmatè <address@hidden>
branch nick: gnash
timestamp: Thu 2009-07-16 21:16:56 +0200
message:
  Fixed a compilation problem. Replaced size_t with unsigned long
modified:
  libcore/movie_root.cpp
=== modified file 'libcore/movie_root.cpp'
--- a/libcore/movie_root.cpp    2009-07-16 13:13:56 +0000
+++ b/libcore/movie_root.cpp    2009-07-16 19:16:56 +0000
@@ -1773,7 +1773,7 @@
                }
                else
                {
-                       size_t elapsed;
+                       unsigned long elapsed;
                        if (timer->expired(now, elapsed))
                        {
                                expiredTimers.insert( std::make_pair(elapsed, 
timer) );


reply via email to

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