PERFORCE change 143532 for review

Gabor Kovesdan gabor at FreeBSD.org
Sun Jun 15 16:24:48 UTC 2008


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

Change 143532 by gabor at gabor_server on 2008/06/15 16:24:44

	- Remove an outdated comment

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/util.c#19 edit

Differences ...

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

@@ -225,7 +225,6 @@
 					r = REG_NOMATCH;
 			}
 			if ((r == 0) && (color != NULL) && !oflag && !nottext) {
-/* XXX: this color stuff does not work yet :( */
 				char	*tmp, *begin, *matched, *end;
 
 				if ((begin = malloc(strlen(l->dat) - pmatch.rm_so + 20)) == NULL)


More information about the p4-projects mailing list