That's the last sign warning. Shut up.

This commit is contained in:
Alcaro 2015-09-06 16:20:17 +02:00
parent a5ee1cb22d
commit b19f14c042

View File

@ -313,7 +313,7 @@ static void glui_render_label_value(glui_handle_t *glui, int y, unsigned width,
char value_str[PATH_MAX_LENGTH];
int value_len = strlen(value);
int ticker_limit = 0;
int usable_width = 0;
size_t usable_width = 0;
label_str[0] = '\0';
value_str[0] = '\0';