gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server impl.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server impl.cpp
Date: Fri, 30 Mar 2007 15:18:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/30 15:18:24

Modified files:
        server         : impl.cpp 

Log message:
        minor cleanup

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/impl.cpp?cvsroot=gnash&r1=1.101&r2=1.102

Patches:
Index: impl.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/impl.cpp,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- impl.cpp    21 Mar 2007 18:09:24 -0000      1.101
+++ impl.cpp    30 Mar 2007 15:18:24 -0000      1.102
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: impl.cpp,v 1.101 2007/03/21 18:09:24 strk Exp $ */
+/* $Id: impl.cpp,v 1.102 2007/03/30 15:18:24 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -692,7 +692,7 @@
 
        if (mov == NULL)
        {
-               log_error("Couldn't load library movie '%s'\n",
+               log_error("Couldn't load library movie '%s'",
                        url.str().c_str());
                return NULL;
        }




reply via email to

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