All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a warning.
@ 2006-04-15  3:50 Mike McCormack
  0 siblings, 0 replies; only message in thread
From: Mike McCormack @ 2006-04-15  3:50 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Signed-off-by: Mike McCormack <mike@codeweavers.com>


---

  diff-tree.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


[-- Attachment #2: 2fa977d19bee245aef86d9beb307d742111890d7.diff --]
[-- Type: text/x-patch, Size: 476 bytes --]

2fa977d19bee245aef86d9beb307d742111890d7
diff --git a/diff-tree.c b/diff-tree.c
index 2b79dd0..7015b06 100644
--- a/diff-tree.c
+++ b/diff-tree.c
@@ -120,7 +120,7 @@ int main(int argc, const char **argv)
 	if (opt->diffopt.output_format == DIFF_FORMAT_PATCH)
 		opt->diffopt.recursive = 1;
 
-	diff_tree_setup_paths(get_pathspec(prefix, argv), opt);
+	diff_tree_setup_paths(get_pathspec(prefix, argv), &opt->diffopt);
 	diff_setup_done(&opt->diffopt);
 
 	switch (nr_sha1) {


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

only message in thread, other threads:[~2006-04-15  3:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-15  3:50 [PATCH] Fix a warning Mike McCormack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.