let's not forget this
Some checks are pending
EIVE/eive-obsw/pipeline/pr-v4.0.0-dev This commit looks good
EIVE/-/pipeline/pr-v4.0.0-dev Build queued...

This commit is contained in:
Robin Müller 2023-06-06 14:05:44 +02:00
parent aec383b974
commit 5058b8905d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -247,7 +247,7 @@ class CpHelperParser {
}
recursiveOpt = data[0];
forceOpt = data[1];
return parseDestTargetString(data + 1, maxLen - 1, destTgt);
return parseDestTargetString(data + 2, maxLen - 2, destTgt);
}
const SourceTargetPair& destTgtPair() const { return destTgt; }
bool isRecursiveOptSet() const { return recursiveOpt; }