mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 19:37:29 +00:00
remote: bitfield should be unsigned
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
This commit is contained in:
parent
fc3e3c5577
commit
03e4833b09
@ -19,7 +19,7 @@ struct git_remote {
|
||||
struct git_refspec push;
|
||||
git_transport *transport;
|
||||
git_repository *repo;
|
||||
int need_pack:1;
|
||||
unsigned int need_pack:1;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user