search for: r_bufsiz

Displaying 1 result from an estimated 1 matches for "r_bufsiz".

Did you mean: r_bufsize
2006 Sep 29
1
Possible bug in Rcons_vprintf
In R-2-4-branch r39548, Rcons_vprintf is called from stdout_vfprintf when R_Outputfile is NULL. When called and output is greater than R_BUFSIZE, output is truncated to R_BUFSIZE. Here's a one-line fix: Index: src/main/printutils.c =================================================================== --- src/main/printutils.c (revision 39548) +++ src/main/printutils.c (working copy) @@ -638,7 +638,7 @@ res = R_B...