[Red5commits] [1652] fixed wrong attribute names

jbauch luke at codegent.com
Wed Jan 24 11:14:50 EST 2007


fixed wrong attribute names


Timestamp: 01/23/07 18:57:43 EST (16 hours ago) 
Change: 1652 
Author: jbauch

Files (see diff or trac for details): 
java/server/branches/joachim_amf3_integration/src/org/red5/io/amf3/Output.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1652

Index: /java/server/branches/joachim_amf3_integration/src/org/red5/io/amf3/Output.java
===================================================================
--- /java/server/branches/joachim_amf3_integration/src/org/red5/io/amf3/Output.java (revision 1650)
+++ /java/server/branches/joachim_amf3_integration/src/org/red5/io/amf3/Output.java (revision 1652)
@@ -434,5 +434,5 @@
 			}
 			
-			putString(buf, keyName);
+			putString(keyName);
 			serializer.serialize(this, entry.getValue());
 		}


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list