Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
wdiff
wdiff-0.5.93-diff.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wdiff-0.5.93-diff.patch of Package wdiff
--- wdiff-0.5.93/src/wdiff.c.orig 2008-06-20 21:34:40.000000000 +0200 +++ wdiff-0.5.93/src/wdiff.c 2009-08-03 21:20:25.673199000 +0200 @@ -952,10 +952,10 @@ launch_input_program (void) /* Launch the diff program. */ if (ignore_case) - input_file = readpipe (DIFF_PROGRAM, "-i", left_side->temp_name, + input_file = readpipe (DIFF_PROGRAM, "--normal", "-i", left_side->temp_name, right_side->temp_name, NULL); else - input_file = readpipe (DIFF_PROGRAM, left_side->temp_name, + input_file = readpipe (DIFF_PROGRAM, "--normal", left_side->temp_name, right_side->temp_name, NULL); if (!input_file) error (EXIT_FAILURE, errno, "%s", DIFF_PROGRAM);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor