aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index dc4c40aabab..b9d2e12be15 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1561,7 +1561,7 @@ print_object (obj, printcharfun, escapeflag)
1561 QUIT; 1561 QUIT;
1562 1562
1563 /* See similar code in print_preprocess. */ 1563 /* See similar code in print_preprocess. */
1564 if (print_depth > PRINT_CIRCLE) 1564 if (print_depth >= PRINT_CIRCLE)
1565 error ("Apparently circular structure being printed"); 1565 error ("Apparently circular structure being printed");
1566 1566
1567 /* Detect circularities and truncate them. */ 1567 /* Detect circularities and truncate them. */