Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
clean: release strbuf after use in remove_dirs()
[gitweb.git]
/
vcs-svn
/
svndump.c
diff --git
a/vcs-svn/svndump.c
b/vcs-svn/svndump.c
index 01b6ded400dace5d7d91605de3d57ffd158d6730..ec6b350611d367fd75f909c4695d9faf2d68f91e 100644
(file)
--- a/
vcs-svn/svndump.c
+++ b/
vcs-svn/svndump.c
@@
-46,7
+46,7
@@
static struct {
static struct {
uint32_t revision;
-
unsigned long
timestamp;
+
timestamp_t
timestamp;
struct strbuf log, author, note;
} rev_ctx;