PERFORCE change 143900 for review

Gabor Kovesdan gabor at FreeBSD.org
Sat Jun 21 22:19:21 UTC 2008


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

Change 143900 by gabor at 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++;


More information about the p4-projects mailing list