diff --git a/libgimpbase/gimputils.c b/libgimpbase/gimputils.c index 03892e030e..1b07acee57 100644 --- a/libgimpbase/gimputils.c +++ b/libgimpbase/gimputils.c @@ -1342,7 +1342,7 @@ gimp_stack_trace_print (const gchar *prog_name, */ close (out_fd[1]); - while ((read_n = read (out_fd[0], buffer, 256)) != 0) + while ((read_n = read (out_fd[0], buffer, 255)) != 0) { if (read_n < 0) {