don't process fields in case no file pattern is defined
This commit is contained in:
parent
6dd89ca409
commit
4b1044942a
@ -15,6 +15,7 @@ ProcessFieldsTD::~ProcessFieldsTD()
|
|||||||
void ProcessFieldsTD::Process()
|
void ProcessFieldsTD::Process()
|
||||||
{
|
{
|
||||||
if (Enabled==false) return;
|
if (Enabled==false) return;
|
||||||
|
if (filePattern.empty()) return;
|
||||||
stringstream ss;
|
stringstream ss;
|
||||||
ss << std::setw( pad_length ) << std::setfill( '0' ) << Eng->numTS;
|
ss << std::setw( pad_length ) << std::setfill( '0' ) << Eng->numTS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user