CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 08/02/08 07:57:21
Modified files:
server : sprite_instance.cpp
Log message:
fix swferror->aserror
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot=gnash&r1=1.463&r2=1.464
Patches:
Index: sprite_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/sprite_instance.cpp,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -b -r1.463 -r1.464
--- sprite_instance.cpp 8 Feb 2008 07:46:07 -0000 1.463
+++ sprite_instance.cpp 8 Feb 2008 07:57:21 -0000 1.464
@@ -279,10 +279,10 @@
// the documented behaviour is to just NOT
// initializing the properties in this
// case.
- IF_VERBOSE_MALFORMED_SWF(
+ IF_VERBOSE_ASCODING_ERRORS(
log_aserror(_("Fourth argument of attachMovie "
- "doesn't cast to an object (%s)"),
- fn.arg(3).to_string().c_str());
+ "doesn't cast to an object (%s), we'll act as if it wasn't given"),
+ fn.arg(3).to_debug_string().c_str());
);
}
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit