summaryrefslogtreecommitdiffstats
path: root/art_svp_intersect.c
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-19 20:07:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-19 20:07:58 -0500
commit2e6e0a12e1d0962109fa2454b72bb0b9e6ae609e (patch)
treef9a00b86cfba6b7acfd9779d1fcb67be15363c8e /art_svp_intersect.c
parent150562b89b645c402f1bb837a09f8b84bf6e49ec (diff)
downloadlibart-lgpl-2e6e0a12e1d0962109fa2454b72bb0b9e6ae609e.tar.gz
libart-lgpl-2e6e0a12e1d0962109fa2454b72bb0b9e6ae609e.zip
Clean up README file
Fix ABI incompatibility crash (thanks to James for debugging the failing code) Clean up debug spew
Diffstat (limited to 'art_svp_intersect.c')
-rw-r--r--art_svp_intersect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/art_svp_intersect.c b/art_svp_intersect.c
index 4ece5f4..69ddd39 100644
--- a/art_svp_intersect.c
+++ b/art_svp_intersect.c
@@ -601,7 +601,9 @@ art_svp_intersect_add_horiz (ArtIntersectCtx *ctx, ArtActiveSeg *seg)
#ifdef CHEAP_SANITYCHECK
if (seg->flags & ART_ACTIVE_FLAGS_IN_HORIZ)
{
+#ifdef VERBOSE
art_warn ("*** attempt to put segment in horiz list twice\n");
+#endif
return;
}
seg->flags |= ART_ACTIVE_FLAGS_IN_HORIZ;