silence warning

This commit is contained in:
Sean Middleditch 2009-03-16 18:02:35 -04:00
parent e5b4759618
commit 80f119bbc7
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ void libtelnet_free(libtelnet_t *telnet) {
static libtelnet_error_t _buffer_byte(libtelnet_t *telnet,
unsigned char byte) {
unsigned char *new_buffer;
int i;
unsigned int i;
/* check if we're out of room */
if (telnet->buffer_pos == telnet->buffer_size) {