Message1613

Author additv
Recipients
Date 2007-05-21.16:18:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
For some reason the recommended change gives me errors in the data.  
I have found that adding:

import java.lang.String

at the beginning of the file, and changing the line to:

bytes = java.lang.String(data).getBytes()

seems to fix the problem however.
History
Date User Action Args
2008-02-20 17:17:50adminlinkissue1722306 messages
2008-02-20 17:17:50admincreate