Commit 2098c490 by Edward Thomson

net: use an unsigned int for a bitfield

parent 60c68e7e
......@@ -22,7 +22,7 @@
#define GIT_NET_URL_PARSER_INIT { 0 }
typedef struct {
int hierarchical : 1;
unsigned int hierarchical : 1;
const char *scheme;
const char *user;
......
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