From 55928b51596de4cd1b7a2783529ecda3ff3087ce Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 7 Jul 2026 05:57:49 +0200 Subject: Adds run tests and file checks --- core/salis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/salis.c') diff --git a/core/salis.c b/core/salis.c index 11c6efb..b7c904b 100644 --- a/core/salis.c +++ b/core/salis.c @@ -708,7 +708,7 @@ void salis_auto_save(void) { #endif g_asav_pbuf, AUTOSAVE_NAME_LEN, - "%s-%#018lx", + "%s-%016lx", SIM_PATH, g_steps ); @@ -804,7 +804,7 @@ void salis_push_data_line(void) { int rem = snprintf( g_eva_pbuf, EVA_SAVE_NAME_LEN, - "%s/evas-%#018lx", + "%s/evas-%016lx", SIM_EDIR, g_steps ); -- cgit v1.3.1