commit d9d1b7e390d7997d53d652631ce505a3e96c3fad parent d235f6a31a51d1f6e0a710c8beeeaba8ee239070 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Apr 2025 16:09:28 +0200 Add missing spaces to a message from the writer Diffstat:
| M | src/sstl_writer.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sstl_writer.c b/src/sstl_writer.c @@ -118,8 +118,8 @@ setup_stream && args->triangles_count < 0 && !file_is_seekable(writer->fp)) { ERROR(writer, - "%s: invalid file. A binary StL can only be written to a pipe, FIFO or" - "socket if the total number of triangles to be written is known in" + "%s: invalid file. A binary StL can only be written to a pipe, FIFO or " + "socket if the total number of triangles to be written is known in " "advance.\n", args->filename); res = RES_BAD_ARG; goto error;