Skip to content

Commit 1d11fa1

Browse files
committed
Update git_time decl
Should fix #795
1 parent c32ee0c commit 1d11fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygit2/decl.h

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ typedef struct {
7777
typedef struct git_time {
7878
git_time_t time;
7979
int offset;
80+
char sign;
8081
} git_time;
8182

8283
typedef struct git_signature {

0 commit comments

Comments
 (0)