Date: Tue, 17 Jun 2008 19:55:48 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143666 for review Message-ID: <200806171955.m5HJtmKp096231@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143666 Change 143666 by gabor@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806171955.m5HJtmKp096231>