From 71d059796e9eff47180af5a39b2a5f5ec62e6a4f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 20:11:28 -1000 Subject: Changed an int to std::size_t --- src/item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cc') diff --git a/src/item.cc b/src/item.cc index 8a2b5585..026a3790 100644 --- a/src/item.cc +++ b/src/item.cc @@ -193,7 +193,7 @@ void item_t::parse_tags(const char * p, } } else if (first && q[len - 1] == ':') { // a metadata setting - int index = 1; + std::size_t index = 1; if (q[len - 2] == ':') { by_value = true; index = 2; -- cgit v1.2.3