PERFORCE change 146637 for review
Gabor Kovesdan
gabor at FreeBSD.org
Mon Aug 4 16:32:22 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146637
Change 146637 by gabor at gabor_server on 2008/08/04 16:31:29
- Fix an if
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/diff/diffreg.c#7 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/diff/diffreg.c#7 (text+ko) ====
@@ -766,7 +766,7 @@
ixnew[j] = ctnew += skipline(f2);
j++;
}
- if (bflag || wflag || iflag) {
+ if (bflag || wflag || iflag || strip_cr) {
for (;;) {
c = getc(f1);
d = getc(f2);
More information about the p4-projects
mailing list