[sword-cvs] swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse Words.java, 1.1, 1.2

sword at www.crosswire.org sword at www.crosswire.org
Mon Jun 7 12:32:23 MST 2004


Committed by: mgruner

Update of /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse
In directory www:/tmp/cvs-serv11212/WLC2OSIS/Parse

Modified Files:
	Words.java 
Log Message:


Index: Words.java
===================================================================
RCS file: /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Words.java	4 Jun 2004 09:14:52 -0000	1.1
+++ Words.java	7 Jun 2004 19:32:21 -0000	1.2
@@ -111,7 +111,8 @@
            Out = Out + c ;
            }
        }
-    A.w.writeString(Type, 4, Out) ;
+// MG: HACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + " "       
+    A.w.writeString(Type, 4, Out + " ") ;
     P.MarkerWritten = false ;
     }
 }



More information about the sword-cvs mailing list