[sword-svn] r183 - trunk/versification

chrislit at crosswire.org chrislit at crosswire.org
Mon Mar 16 13:34:41 MST 2009


Author: chrislit
Date: 2009-03-16 13:34:41 -0700 (Mon, 16 Mar 2009)
New Revision: 183

Modified:
   trunk/versification/v11nsys.pl
Log:
need to zero out this string on each iteration or it will carry over into successive loops (for successive files)


Modified: trunk/versification/v11nsys.pl
===================================================================
--- trunk/versification/v11nsys.pl	2009-03-16 20:32:06 UTC (rev 182)
+++ trunk/versification/v11nsys.pl	2009-03-16 20:34:41 UTC (rev 183)
@@ -223,6 +223,7 @@
 
     $otnt = 0; # 0 = ot, 1 = nt
     
+    $idList = "";
     if ($mode eq "osis") {
 	while (<INF>) {
 	    $line = $_;




More information about the sword-cvs mailing list