Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/bmesh/operators/bmo_connect_pair.c')
-rw-r--r--source/blender/bmesh/operators/bmo_connect_pair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_connect_pair.c b/source/blender/bmesh/operators/bmo_connect_pair.c
index 80ed287b4bf..418e75b7ac3 100644
--- a/source/blender/bmesh/operators/bmo_connect_pair.c
+++ b/source/blender/bmesh/operators/bmo_connect_pair.c
@@ -496,7 +496,7 @@ void bmo_connect_vert_pair_exec(BMesh *bm, BMOperator *op)
PathLinkState *state, *state_next;
found_all = true;
#ifdef DEBUG_PRINT
- printf("\n%s: stepping %d\n", __func__, BLI_countlist(&pc.state_lb));
+ printf("\n%s: stepping %d\n", __func__, BLI_listbase_count(&pc.state_lb));
#endif
for (state = pc.state_lb.first; state; state = state_next) {
state_next = state->next;