summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce7d9c9)
raw | patch | inline | side by side (parent: ce7d9c9)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 19 May 2005 16:20:00 +0000 (09:20 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 19 May 2005 16:20:00 +0000 (09:20 -0700) |
It may be wonderful for rating the scoring, but it's
not appropriate for actual use ;)
not appropriate for actual use ;)
diff.c | patch | blob | history |
index 1f9cfa86b37d05c19f80683ef05732cd26cd9815..0b704d358d903ae3e1d9bae1f9ec74df92ef4886 100644 (file)
--- a/diff.c
+++ b/diff.c
dst = mx[c].dst;
if ((src->flags & MATCHED) || (dst->flags & MATCHED))
continue;
- fprintf(stderr,
- "**score ** %d %s %s\n",
- mx[c].score, src->path, dst->path);
}
for (c = 0; c < num_create * num_delete; c++) {