On Thu, Nov 22, 2007 at 11:09:55AM +0000, Chad Musick wrote:
> +++ server/as_object.cpp 22 Nov 2007 11:09:54 -0000 1.85
> @@ -110,13 +110,17 @@
> *val = prop->getValue(*this);
> return true;
> }
> + catch (ActionLimitException& exc)
> + {
> + log_error(_("Caught action limit."));
> + throw;
> + }
please add output of exc.what() above, should tell us which of the different
limits was hit...
--strk;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit