--- freem/src/journal.c 2025/01/19 02:04:04 1.1 +++ freem/src/journal.c 2025/03/09 15:20:18 1.3 @@ -15,7 +15,7 @@ * Implementation of FreeM journaling * * - * Author: Serena Willis + * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland * Copyright (C) 2020 Coherent Logic Development LLC * @@ -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; }