Fix type of get_header_content_type parameter

This commit is contained in:
Ralf Schlatterbeck 2016-03-28 17:25:30 +02:00
parent f2af0c7329
commit b2a289924b

View file

@ -210,7 +210,7 @@ void generic_put_handler
char temp [100];
size_t len = 0;
const uint8_t *bytes = NULL;
uint16_t c_ctype;
unsigned int c_ctype;
const char *uri = get_uri (request);
REST.get_header_content_type (request, &c_ctype);