uint breaks compilation on windows

This commit is contained in:
Nick Mathewson 2018-05-22 12:54:05 -04:00
parent d2bc019053
commit 240bb17714
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static const struct {
/* Maximum allowed length of any single subprotocol name. */ /* Maximum allowed length of any single subprotocol name. */
// C_RUST_COUPLED: src/rust/protover/protover.rs // C_RUST_COUPLED: src/rust/protover/protover.rs
// `MAX_PROTOCOL_NAME_LENGTH` // `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 * Given a protocol_type_t, return the corresponding string used in