Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-parse(1): logically group options
[gitweb.git]
/
builtin
/
apply.c
diff --git
a/builtin/apply.c
b/builtin/apply.c
index 0e9b631db6db422b1e938d6168b608e0a2ae8618..ff01ebff3d29516cdffa315ae564b2b75e7d5164 100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-722,7
+722,7
@@
static char *find_name(const char *line, char *def, int p_value, int terminate)
static char *find_name_traditional(const char *line, char *def, int p_value)
{
- size_t len
= strlen(line)
;
+ size_t len;
size_t date_len;
if (*line == '"') {