gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10407: Drop the slash.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10407: Drop the slash.
Date: Wed, 10 Dec 2008 13:28:11 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10407
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2008-12-10 13:28:11 +0100
message:
  Drop the slash.
modified:
  libcore/asobj/Sound.cpp
    ------------------------------------------------------------
    revno: 10405.1.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Wed 2008-12-10 13:27:24 +0100
    message:
      Cosmetic change.
    modified:
      libcore/asobj/Sound.cpp
=== modified file 'libcore/asobj/Sound.cpp'
--- a/libcore/asobj/Sound.cpp   2008-12-09 17:50:00 +0000
+++ b/libcore/asobj/Sound.cpp   2008-12-10 12:27:24 +0000
@@ -1017,10 +1017,12 @@
 void
 Sound::startProbeTimer()
 {
-    boost::intrusive_ptr<builtin_function> cb = \
+    boost::intrusive_ptr<builtin_function> cb = 
         new builtin_function(&Sound::probeAudioWrapper);
     std::auto_ptr<Timer> timer(new Timer);
-    unsigned long delayMS = 500; // 2 times each second (83 would be 12 times 
each second)
+
+    // 2 times each second (83 would be 12 times each second)
+    unsigned long delayMS = 500; 
     timer->setInterval(*cb, delayMS, this);
     _probeTimer = getVM().getRoot().add_interval_timer(timer, true);
 }


reply via email to

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