--- freem/src/mumps.c	2025/01/19 02:04:04	1.1.1.1
+++ freem/src/mumps.c	2025/03/09 15:20:18	1.3
@@ -15,7 +15,7 @@
  *    main module of freem
  *
  *  
- *   Author: Serena Willis <jpw@coherent-logic.com>
+ *   Author: Serena Willis <snw@coherent-logic.com>
  *    Copyright (C) 1998 MUG Deutschland
  *    Copyright (C) 2020 Coherent Logic Development LLC
  *
@@ -766,7 +766,7 @@ int main (int argc, char **argv, char **
         stcnv_m2c (verstr);
         
         fprintf (stderr, "Coherent Logic Development FreeM version %s\r\n", verstr);
-        fprintf (stderr, "freem:  shared memory for environment %s initialized (%d bytes of shared memory @ '%p')\r\nfreem:  system ready\r\n", shm_env, shm_init_size, shm_config->dta);
+        fprintf (stderr, "freem:  shared memory for environment %s initialized (%ld bytes of shared memory @ '%p')\r\nfreem:  system ready\r\n", shm_env, (long) shm_init_size, shm_config->dta);
         
         for (;;) {