TagPrint: use unsigned integer
This commit is contained in:
		| @@ -26,12 +26,9 @@ | |||||||
| void | void | ||||||
| tag_print_types(Response &r) | tag_print_types(Response &r) | ||||||
| { | { | ||||||
| 	int i; | 	for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++) | ||||||
|  |  | ||||||
| 	for (i = 0; i < TAG_NUM_OF_ITEM_TYPES; i++) { |  | ||||||
| 		if (!ignore_tag_items[i]) | 		if (!ignore_tag_items[i]) | ||||||
| 			r.Format("tagtype: %s\n", tag_item_names[i]); | 			r.Format("tagtype: %s\n", tag_item_names[i]); | ||||||
| 	} |  | ||||||
| } | } | ||||||
|  |  | ||||||
| void | void | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann