Commit 03e4833b by Carlos Martín Nieto Committed by Vicent Marti

remote: bitfield should be unsigned

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
parent fc3e3c55
...@@ -19,7 +19,7 @@ struct git_remote { ...@@ -19,7 +19,7 @@ struct git_remote {
struct git_refspec push; struct git_refspec push;
git_transport *transport; git_transport *transport;
git_repository *repo; git_repository *repo;
int need_pack:1; unsigned int need_pack:1;
}; };
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment