From b9624df86b54504ee9585ddb505bbc2702d928ea Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Feb 2009 01:32:27 -0400 Subject: If an option has been handled, return its value --- src/option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index b201cb72..5abc312f 100644 --- a/src/option.h +++ b/src/option.h @@ -165,7 +165,7 @@ public: } else if (wants_arg) { if (handled) - return string_value(str()); + return value; else return false; } -- cgit v1.2.3