aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index a474fa31e81..ea92527d083 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1488,7 +1488,7 @@ print_object (obj, printcharfun, escapeflag)
1488 QUIT; 1488 QUIT;
1489 1489
1490 /* See similar code in print_preprocess. */ 1490 /* See similar code in print_preprocess. */
1491 if (print_depth > PRINT_CIRCLE) 1491 if (print_depth >= PRINT_CIRCLE)
1492 error ("Apparently circular structure being printed"); 1492 error ("Apparently circular structure being printed");
1493 1493
1494 /* Detect circularities and truncate them. */ 1494 /* Detect circularities and truncate them. */