[flashproxy/rtmfp] Show the debug window output always in client mode.

12 Jun
2011
12 Jun
'11
8:56 a.m.
commit 67ac951f4b75983d1329edab7ab781f0caafd28c Author: David Fifield <david@bamsoftware.com> Date: Sun Jun 12 01:24:53 2011 -0700 Show the debug window output always in client mode. --- swfcat.as | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swfcat.as b/swfcat.as index 27752e9..9739419 100644 --- a/swfcat.as +++ b/swfcat.as @@ -96,7 +96,7 @@ package puts("Parameters loaded."); - if (this.loaderInfo.parameters["debug"]) + if (this.loaderInfo.parameters["debug"] || this.loaderInfo.parameters["client"]) addChild(output_text); else addChild(badge);
5089
Age (days ago)
5089
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org