public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/wdiff/files: wdiff-0.5-ignore-case.patch
@ 2010-03-06 22:05 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-03-06 22:05 UTC (permalink / raw
  To: gentoo-commits

jlec        10/03/06 22:05:09

  Added:                wdiff-0.5-ignore-case.patch
  Log:
  Fix for bug 301171, ignore case patch
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/wdiff/files/wdiff-0.5-ignore-case.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/files/wdiff-0.5-ignore-case.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/files/wdiff-0.5-ignore-case.patch?rev=1.1&content-type=text/plain

Index: wdiff-0.5-ignore-case.patch
===================================================================
--- wdiff-0.5-orig/wdiff.c
+++ wdiff-0.5/wdiff.c
@@ -895,7 +895,7 @@
   /* Launch the diff program.  */
 
   if (ignore_case)
-    input_file = readpipe (DIFF_PROGRAM, "-c", left_side->temp_name,
+    input_file = readpipe (DIFF_PROGRAM, "-i", left_side->temp_name,
 			   right_side->temp_name, NULL);
   else
     input_file = readpipe (DIFF_PROGRAM, left_side->temp_name,






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-06 22:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 22:05 [gentoo-commits] gentoo-x86 commit in app-text/wdiff/files: wdiff-0.5-ignore-case.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox