--- freem/src/expr.c	2025/02/28 20:06:07	1.2
+++ freem/src/expr.c	2025/03/09 15:20:18	1.4
@@ -15,7 +15,7 @@
  *    expression parser
  *
  *  
- *   Author: Serena Willis <jpw@coherent-logic.com>
+ *   Author: Serena Willis <snw@coherent-logic.com>
  *    Copyright (C) 1998 MUG Deutschland
  *    Copyright (C) 2020, 2023 Coherent Logic Development LLC
  *
@@ -5543,7 +5543,7 @@ errexfun:
 		    
                 /* $STORAGE */
                 case 's':
-		    snprintf (a, 255 , "%d\201", DEFPSIZE);
+		    snprintf (a, 255 , "%ld\201", DEFPSIZE);
 		    goto exec;
 
 		/* $WITH */