Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t: skip pack tests if not using SHA-1
[gitweb.git]
/
fsmonitor.c
diff --git
a/fsmonitor.c
b/fsmonitor.c
index 2b4d3bb0a250642e5ea3479fad217683bd7b0b0f..ed3d1a074d60309063d16044bfd83beb78ef0e9d 100644
(file)
--- a/
fsmonitor.c
+++ b/
fsmonitor.c
@@
-104,7
+104,7
@@
static int query_fsmonitor(int version, uint64_t last_update, struct strbuf *que
if (!(argv[0] = core_fsmonitor))
return -1;
- snprintf(ver, sizeof(ver
sion
), "%d", version);
+ snprintf(ver, sizeof(ver), "%d", version);
snprintf(date, sizeof(date), "%" PRIuMAX, (uintmax_t)last_update);
argv[1] = ver;
argv[2] = date;