gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10706: Hopefully fix debugger build


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10706: Hopefully fix debugger build (untested).
Date: Mon, 16 Mar 2009 14:22:01 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10706
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2009-03-16 14:22:01 +0100
message:
  Hopefully fix debugger build (untested).
modified:
  libcore/debugger.cpp
=== modified file 'libcore/debugger.cpp'
--- a/libcore/debugger.cpp      2009-03-05 16:57:54 +0000
+++ b/libcore/debugger.cpp      2009-03-16 13:22:01 +0000
@@ -325,7 +325,7 @@
 Debugger::disassemble(const unsigned char *data)
 {
 //    GNASH_REPORT_FUNCTION;
-    ArgumentType = ARG_HEX;
+    ArgumentType fmt = ARG_HEX;
     ActionType action_id = static_cast<ActionType>(data[0]);
     int val = 0;
     string str;


reply via email to

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