mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Problem: Inconsistent size_t/int usage. Solution: types corrected.
This commit is contained in:
@@ -44,7 +44,7 @@ class mechanism_base_t : public mechanism_t
|
||||
|
||||
int check_basic_command_structure (msg_t *msg_);
|
||||
|
||||
void handle_error_reason (const char *error_reason, int error_reason_len);
|
||||
void handle_error_reason (const char *error_reason, size_t error_reason_len);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user