Commit 6c9f5749 authored by Stephan Herhut's avatar Stephan Herhut
Browse files

fixed application of F_min_VxV in handledots

Showing with 1 addition and 1 deletion
+1 -1
......@@ -1330,7 +1330,7 @@ BuildWLShape (idtable *table, idtable *end)
handle = handle->next;
while (handle != NULL) {
shape = MAKE_BIN_PRF (F_min_VxV, shape, handle->shape);
shape = MAKE_BIN_PRF (F_min_SxS, shape, handle->shape);
handle = handle->next;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment