aboutsummaryrefslogtreecommitdiff
path: root/core/salis.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/salis.c')
-rw-r--r--core/salis.c4
1 files changed, 2 insertions, 2 deletions
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
);