Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff.c: replace a 'strdup' with 'xstrdup'.
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 2aaace890ca056b79479c3a98cb85454f3359cac..047310fc94e0ad87770f4b9244b8410f3d471053 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-88,7
+88,7
@@
static int parse_lldiff_command(const char *var, const char *ep, const char *val
if (!value)
return config_error_nonbool(var);
- drv->cmd = strdup(value);
+ drv->cmd =
x
strdup(value);
return 0;
}