summaryrefslogtreecommitdiff
path: root/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'report.cc')
-rw-r--r--report.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/report.cc b/report.cc
index 35b4649e..dd821c22 100644
--- a/report.cc
+++ b/report.cc
@@ -352,8 +352,8 @@ expr_t::ptr_op_t report_t::lookup(const string& name)
const char * p = name.c_str();
switch (*p) {
case 'o':
- if (std::strncmp(p, "option_", 7) == 0) {
- p = p + 7;
+ if (std::strncmp(p, "opt_", 4) == 0) {
+ p = p + 4;
switch (*p) {
case 'a':
#if 0