summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/proparser/profileevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/proparser/profileevaluator.cpp b/src/shared/proparser/profileevaluator.cpp
index d8d3f5905f..a38a4ec983 100644
--- a/src/shared/proparser/profileevaluator.cpp
+++ b/src/shared/proparser/profileevaluator.cpp
@@ -2269,7 +2269,7 @@ ProStringList ProFileEvaluator::Private::evaluateExpandFunction(
src = s;
break;
}
- ret.append(ProString(before + var.join(glue) + after, NoHash).setSource(src));
+ ret = split_value_list(before + var.join(glue) + after, src);
}
}
break;