[sword-cvs] sword/src/modules/filters thmlrtf.cpp,1.28,1.29

sword@www.crosswire.org sword@www.crosswire.org
Fri, 20 Jun 2003 11:43:40 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv29009/src/modules/filters

Modified Files:
	thmlrtf.cpp 
Log Message:
fixed thmlrtf bug

Index: thmlrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlrtf.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** thmlrtf.cpp	9 May 2003 18:26:29 -0000	1.28
--- thmlrtf.cpp	20 Jun 2003 18:43:38 -0000	1.29
***************
*** 209,213 ****
  			if (userData["sechead"] == "true") {
  				buf += "\\par ";
! 				userData["sechead"] == "false";
  			}
  		}
--- 209,213 ----
  			if (userData["sechead"] == "true") {
  				buf += "\\par ";
! 				userData["sechead"] = "false";
  			}
  		}