mjudd 2007-03-06 23:42:48 +00:00
parent 0cd6a49b61
commit a8bd56f7b2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public final class OFX1ToXML extends InputStream implements Runnable
try try
{ {
while(m_ofx != "") while(!m_ofx.equals(""))
{ {
addCloseTag = false; addCloseTag = false;
tagStart = m_ofx.indexOf('<'); tagStart = m_ofx.indexOf('<');