freebsd-src/usr.bin/diff
Mark Johnston 7dddaa0979 Do not skip line-by-line comparison if -q and -I are specified.
This fixes a regression from r356695.

Submitted by:	kevans
Reported by:	Jenkins via lwhsu
MFC after:	6 days
2020-01-14 15:35:03 +00:00
..
tests diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diff.1 diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diff.c When system calls indicate an error they return -1, not some arbitrary 2020-01-14 08:22:28 +00:00
diff.h diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
diffdir.c
diffreg.c Do not skip line-by-line comparison if -q and -I are specified. 2020-01-14 15:35:03 +00:00
Makefile
pr.c Fix memory leak 2018-06-12 16:42:11 +00:00
pr.h
TODO diff(1): Implement -B/--ignore-blank-lines 2018-08-19 03:57:20 +00:00
xmalloc.c asprintf returns -1, not an arbitrary value < 0. Also upon error the 2020-01-14 08:18:04 +00:00
xmalloc.h