[sword-svn] r1748 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Sun Mar 20 13:54:21 MST 2005


Author: scribe
Date: 2005-03-20 13:54:21 -0700 (Sun, 20 Mar 2005)
New Revision: 1748

Modified:
   trunk/utilities/osis2mod.cpp
Log:
Applied the only valid change in patch submitted by Chris Umphress


Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp	2005-03-20 20:10:25 UTC (rev 1747)
+++ trunk/utilities/osis2mod.cpp	2005-03-20 20:54:21 UTC (rev 1748)
@@ -251,7 +251,7 @@
                 char *subverseBuf = new char[str.length()+1];
                 strcpy(subverseBuf, str.c_str());
 		str = deleteSubverses(subverseBuf);
-                delete subverseBuf;
+                delete []subverseBuf;
 
 		*currentVerse = str.c_str();
 



More information about the sword-cvs mailing list