Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: the commitdiff is very commonly used, it's needed on search page, too
[gitweb.git]
/
trace.c
diff --git
a/trace.c
b/trace.c
index 0d89dbe7794dcdfb8519e6d083f74bf792976c6a..d3d1b6d55e86aab94ddb9712f5eee743b3bfa9a8 100644
(file)
--- a/
trace.c
+++ b/
trace.c
@@
-37,7
+37,7
@@
static int get_trace_fd(int *need_close)
return STDERR_FILENO;
if (strlen(trace) == 1 && isdigit(*trace))
return atoi(trace);
- if (
*trace == '/'
) {
+ if (
is_absolute_path(trace)
) {
int fd = open(trace, O_WRONLY | O_APPEND | O_CREAT, 0666);
if (fd == -1) {
fprintf(stderr,