Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 22:19:20 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143900 for review
Message-ID:  <200806212219.m5LMJKKk016745@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143900

Change 143900 by gabor@gabor_server on 2008/06/21 22:19:12

	- Remove commented out debug line

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#34 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#34 (text+ko) ====

@@ -268,8 +268,6 @@
 		}
 	}
 
-//	printf("PAT %s\n", pat);
-
 /* Work-around to allow * at the beginning of the regexp */
 	while (pat[0] == '*')
 		pat++;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806212219.m5LMJKKk016745>