* [PATCH 1/3] format-patch: remove unused total parameter from reopen_stdout()
@ 2009-03-18 19:51 Stephen Boyd
0 siblings, 0 replies; only message in thread
From: Stephen Boyd @ 2009-03-18 19:51 UTC (permalink / raw)
To: git
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---
builtin-log.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/builtin-log.c b/builtin-log.c
index 8684fcd..c72e35a 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -573,7 +573,7 @@ static FILE *realstdout = NULL;
static const char *output_directory = NULL;
static int outdir_offset;
-static int reopen_stdout(const char *oneline, int nr, int total)
+static int reopen_stdout(const char *oneline, int nr)
{
char filename[PATH_MAX];
int len = 0;
@@ -687,7 +687,7 @@ static void make_cover_letter(struct rev_info
*rev, int use_stdout,
die("Cover letter needs email format");
if (!use_stdout && reopen_stdout(numbered_files ?
- NULL : "cover-letter", 0, rev->total))
+ NULL : "cover-letter", 0))
return;
head_sha1 = sha1_to_hex(head->object.sha1);
@@ -1106,7 +1106,7 @@ int cmd_format_patch(int argc, const char
**argv, const char *prefix)
}
if (!use_stdout && reopen_stdout(numbered_files ? NULL :
get_oneline_for_filename(commit, keep_subject),
- rev.nr, rev.total))
+ rev.nr))
die("Failed to create output files");
shown = log_tree_commit(&rev, commit);
free(commit->buffer);
--
1.6.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-18 19:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 19:51 [PATCH 1/3] format-patch: remove unused total parameter from reopen_stdout() Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).