tighten_reel: don't call trim_reel_overhang() with NULL

pull/873/head
nick black 4 years ago
parent 82fe736d15
commit 5b432c6d94
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -566,6 +566,9 @@ tighten_reel(ncreel* r){
}
}
}
if(!top || !bottom){
return 0;
}
return trim_reel_overhang(r, top, bottom);
}

Loading…
Cancel
Save