@ -3611,8 +3611,10 @@ static void *marker(__maybe_unused void *arg)
}
if (everyone_die)
break;
else
else {
if (markersummary_auto)
make_a_shift_mark();
for (i = 0; i < 4; i++) {
if (!everyone_die)
@ -3620,8 +3622,10 @@ static void *marker(__maybe_unused void *arg)
make_a_workmarker();
@ -55,7 +55,7 @@
#define DB_VLOCK "1"
#define DB_VERSION "1.0.3"
#define CKDB_VERSION DB_VERSION"-1.331"
#define CKDB_VERSION DB_VERSION"-1.332"
#define WHERE_FFL " - from %s %s() line %d"
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__