Skip to content

Commit 7291eb3

Browse files
committed
FIX: print of objects truncating strings
addition to: b781296 related to: Oldes/Rebol-issues#2422
1 parent 16bebeb commit 7291eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/n-io.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static REBSER *Read_All_File(char *fname)
166166
REBVAL *value = D_ARG(1);
167167

168168
if (IS_BLOCK(value)) Reduce_Block(VAL_SERIES(value), VAL_INDEX(value), 0);
169-
Print_Value(DS_TOP, 0, 0);
169+
Print_Value(DS_TOP, NO_LIMIT, 0);
170170
return R_UNSET; // reloads ds
171171
}
172172

0 commit comments

Comments
 (0)