PERFORCE change 143666 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jun 17 19:55:48 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143666

Change 143666 by gabor at gabor_server on 2008/06/17 19:54:58

	- Remove work-in-progress debug line

Affected files ...

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

Differences ...

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

@@ -207,8 +207,6 @@
 	while ((ptr = strstr(pat, "|*")) != NULL)
 		strlcpy(&(ptr[1]), &(ptr[2]), strlen(pat) - strlen(ptr) - 1);
 
-	printf("PAT: %s\n", pat);
-
 	if (!xflag && (len == 0 || matchall)) {
 		matchall = 1;
 		return;


More information about the p4-projects mailing list