From c9051347d007dad59f50332d486aa1556667f6f8 Mon Sep 17 00:00:00 2001 From: "Ryan@WorkStation" Date: Fri, 7 Jan 2022 16:33:27 -0500 Subject: [PATCH] bug fix on process_run --- armory/pxi-time-order.c | 2 -- process_run | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/armory/pxi-time-order.c b/armory/pxi-time-order.c index b9547ff..ed998b4 100644 --- a/armory/pxi-time-order.c +++ b/armory/pxi-time-order.c @@ -166,8 +166,6 @@ int main(int argc, char **argv) { fseek(fpr, fprpos, SEEK_SET); - - //Get memory for default number of subevents per channel id for (i=0; i>> `date` >>>>>>>>>>>>>>>>>>>>>>> Build Events $NC" if [ ${isBuildEvents} -ge 1 ]; then if [ -f ${rootFolder} ]; then # root exist - toDateTime=`stat -c "%Z" ${toFolder} | sort -rn | head -1` - rootDateTime=`stat -c "%Z" ${rootFolder} | sort -rn | head -1` + toDateTime=`stat -c "%Z" ${toFile} | sort -rn | head -1` + rootDateTime=`stat -c "%Z" ${rootFile} | sort -rn | head -1` if [ ${toDateTime} -gt ${rootDateTime} ]; then if [ ${isBuildEvents} -gt 1 ]; then