[sword-svn] r2249 - trunk/examples/cmdline
scribe at crosswire.org
scribe at crosswire.org
Fri Feb 13 21:02:25 MST 2009
Author: scribe
Date: 2009-02-13 21:02:25 -0700 (Fri, 13 Feb 2009)
New Revision: 2249
Modified:
trunk/examples/cmdline/outplain.cpp
Log:
reverted bad commit
Modified: trunk/examples/cmdline/outplain.cpp
===================================================================
--- trunk/examples/cmdline/outplain.cpp 2009-02-14 03:44:36 UTC (rev 2248)
+++ trunk/examples/cmdline/outplain.cpp 2009-02-14 04:02:25 UTC (rev 2249)
@@ -37,6 +37,6 @@
cout << "$$$";
if (vk) cout << vk->getOSISRef();
else cout << book.getKeyText();
- cout << "\n" << book.RenderText() << "\n\n";
+ cout << "\n" << book.StripText() << "\n\n";
}
}
More information about the sword-cvs
mailing list