From ad3d2f4a63cddd312cdf3571c42b420b5b23e50e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 24 Nov 2014 20:49:36 +0100 Subject: implemented pQq and :Qq commands --- src/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 8c9e209..0e10347 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -517,7 +517,7 @@ StateStart::StateStart() : State() transitions['['] = &States::pushqreg; transitions[']'] = &States::popqreg; transitions['G'] = &States::getqregstring; - transitions['Q'] = &States::getqreginteger; + transitions['Q'] = &States::queryqreg; transitions['U'] = &States::setqreginteger; transitions['%'] = &States::increaseqreg; transitions['M'] = &States::macro; -- cgit v1.2.3