openamf/src/java/org/openamf/io AMFDeserializer.java,1.25,1.26

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/io
In directory sc8-pr-cvs1:/tmp/cvs-serv25726/src/java/org/openamf/io

Modified Files:
	AMFDeserializer.java 
Log Message:
fixed bug with null values

Index: AMFDeserializer.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/io/AMFDeserializer.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** AMFDeserializer.java	5 Aug 2003 07:41:52 -0000	1.25
--- AMFDeserializer.java	8 Aug 2003 02:24:39 -0000	1.26
***************
*** 201,207 ****
  			// Grab the element
  			Object data = readData(type);
! 			if (data != null) {
! 				array.add(data);
! 			}
  		}
  
--- 201,205 ----
  			// Grab the element
  			Object data = readData(type);
! 			array.add(data);
  		}
  




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.