Revision: 658
http://vcs.pcre.org/viewvc?view=rev&revision=658
Author: ph10
Date: 2011-08-15 18:43:44 +0100 (Mon, 15 Aug 2011)
Log Message:
-----------
Fix incorrect comment in pcretest.c.
Modified Paths:
--------------
code/trunk/pcretest.c
Modified: code/trunk/pcretest.c
===================================================================
--- code/trunk/pcretest.c 2011-08-15 17:39:09 UTC (rev 657)
+++ code/trunk/pcretest.c 2011-08-15 17:43:44 UTC (rev 658)
@@ -2159,8 +2159,7 @@
{
fprintf(outfile, "Compiled pattern written to %s\n", to_file);
- /* If there is study data, write it, but verify the writing only
- if the studying was requested by /S, not just by -s. */
+ /* If there is study data, write it. */
if (extra != NULL)
{