From c67c2b7435a13d7ce17b2075e22dc5c6036f702a Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 4 Feb 2013 00:49:50 -0800 Subject: Remove some more Skill-related stuff --- src/common/extract.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/extract.hpp') diff --git a/src/common/extract.hpp b/src/common/extract.hpp index c60ce2a..3198d5d 100644 --- a/src/common/extract.hpp +++ b/src/common/extract.hpp @@ -67,7 +67,7 @@ bool extract(const_string str, T *iv) // defer to integer version if (!extract(str, &v)) return false; - // TODO check bounds ... + // TODO check bounds using enum min/max as in SSCANF *iv = static_cast(v); return true; } -- cgit v1.2.3-60-g2f50