--- freem/src/global_bltin.c	2025/01/19 02:04:04	1.1.1.1
+++ freem/src/global_bltin.c	2025/03/09 15:20:18	1.3
@@ -15,7 +15,7 @@
  *    freem database engine
  *
  *  
- *   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
  *
@@ -3511,7 +3511,7 @@ void gbl_dump_stat(void)
     printf ("%-10s%-20s%s\r\n", "=====", "===", "====");
     
     for (i = 0; i < NO_GLOBLS; i++) {
-        printf ("%-10d%-20d%s\r\n", usage[i], g_ages[i], oldfil[i]);    
+        printf ("%-10d%-20ld%s\r\n", usage[i], g_ages[i], oldfil[i]);    
     }
     
 }