From f0a97966837e3c40fbd1f2428d3f550ea4c81c0d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 17 Jul 2011 13:02:23 -0400 Subject: [PATCH] Expressions - Any "exp" arguments are given the "exp" type (_second) as well as "exp" category (_third). --- src/Arguments.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Arguments.cpp b/src/Arguments.cpp index 311add269..be763b85c 100644 --- a/src/Arguments.cpp +++ b/src/Arguments.cpp @@ -482,7 +482,8 @@ void Arguments::categorize () if (command_pos != -1) ++distance_from_command; - arg->_third = "exp"; + arg->_second = "exp"; + arg->_third = "exp"; } // If the type is not known, it is treated as a generic word.