Skip to content
Snippets Groups Projects
Commit 240bb177 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

uint breaks compilation on windows

parent d2bc0190
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ static const struct {
/* Maximum allowed length of any single subprotocol name. */
// C_RUST_COUPLED: src/rust/protover/protover.rs
// `MAX_PROTOCOL_NAME_LENGTH`
static const uint MAX_PROTOCOL_NAME_LENGTH = 100;
static const unsigned MAX_PROTOCOL_NAME_LENGTH = 100;
/**
* Given a protocol_type_t, return the corresponding string used in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment