micro-optimizations

This commit is contained in:
Oswald Buddenhagen
2010-06-08 13:57:23 +02:00
parent be1e0d2dba
commit fc421df12d
2 changed files with 4 additions and 4 deletions

View File

@@ -2468,7 +2468,7 @@ ProItem::ProItemReturn ProFileEvaluator::Private::evaluateConditionalFunction(
#endif
case T_EVAL: {
ProBlock *pro = new ProBlock();
QString buf = args.join(QLatin1String(" "));
QString buf = args.join(statics.field_sep);
if (!readInternal(pro, buf, (ushort*)buf.data())) {
delete pro;
return ProItem::ReturnFalse;