summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMartin Gruner <mg.pub@gmx.net>2004-06-07 19:32:21 +0000
committerMartin Gruner <mg.pub@gmx.net>2004-06-07 19:32:21 +0000
commitb4dd71cb790ee6fb8f5fff0b22dd4f3c93c5b662 (patch)
tree1112221974c20f886497142a01dadeb7eab65664 /modules
parent1aff73f9d700d78b2323dd91755de413b4509f0e (diff)
downloadsword-tools-b4dd71cb790ee6fb8f5fff0b22dd4f3c93c5b662.tar.gz
*** empty log message ***
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@25 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules')
-rw-r--r--modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java b/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java
index 0988bda..5acafdb 100644
--- a/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java
+++ b/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Words.java
@@ -111,7 +111,8 @@ public void writeWord(String Word, String Type) {
Out = Out + c ;
}
}
- A.w.writeString(Type, 4, Out) ;
+// MG: HACK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + " "
+ A.w.writeString(Type, 4, Out + " ") ;
P.MarkerWritten = false ;
}
}