gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9747: Don't write the address of st


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9747: Don't write the address of std::ofsteam out to the rcfile.
Date: Mon, 15 Sep 2008 14:38:16 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9747
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2008-09-15 14:38:16 +0200
message:
  Don't write the address of std::ofsteam out to the rcfile.
modified:
  libbase/rc.cpp
=== modified file 'libbase/rc.cpp'
--- a/libbase/rc.cpp    2008-09-14 11:21:42 +0000
+++ b/libbase/rc.cpp    2008-09-15 12:38:16 +0000
@@ -685,7 +685,7 @@
     cmd << "flashSystemOS " << _flashSystemOS << endl <<
     cmd << "flashVersionString " << _flashVersionString << endl <<
     cmd << "urlOpenerFormat " << _urlOpenerFormat << endl <<
-    cmd << "GSTAudioSink "     << _gstaudiosink << endl <<
+    cmd << "GSTAudioSink " << _gstaudiosink << endl;
 
     // Lists. These can't be handled very well at the moment. The main
     // inconvenience would be that disabling a list makes it an empty


reply via email to

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