make initial inputs names consistent with others using time:0

This commit is contained in:
Andrea Fioraldi
2019-10-26 09:24:09 +02:00
parent 3eaf5560be
commit f2b3f01759

View File

@ -729,7 +729,7 @@ void pivot_inputs(void) {
use_name += 6;
else
use_name = rsl;
nfn = alloc_printf("%s/queue/id:%06u,orig:%s", out_dir, id, use_name);
nfn = alloc_printf("%s/queue/id:%06u,time:0,orig:%s", out_dir, id, use_name);
#else