--- freem/src/journal.c	2025/01/19 02:04:04	1.1
+++ freem/src/journal.c	2025/02/28 20:51:20	1.2
@@ -230,7 +230,7 @@ short jnl_ent_write(short action, char *
                 break;
 
             default:
-                snprintf (msg, 255, strerror (errno));
+                snprintf (msg, 255, "%s", strerror (errno));
                 break;
 
         }