Merge branch 'ar/request-pull-phrasofix' into maint
[gitweb.git] / vcs-svn / svndump.c
index 01b6ded400dace5d7d91605de3d57ffd158d6730..ec6b350611d367fd75f909c4695d9faf2d68f91e 100644 (file)
@@ -46,7 +46,7 @@ static struct {
 
 static struct {
        uint32_t revision;
-       unsigned long timestamp;
+       timestamp_t timestamp;
        struct strbuf log, author, note;
 } rev_ctx;