Problem: Inconsistent size_t/int usage. Solution: types corrected.

This commit is contained in:
bjovke
2017-08-28 15:03:46 +02:00
parent 9c8844fd08
commit 91e0d689bb
3 changed files with 5 additions and 5 deletions

View File

@@ -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);
};
}