setlinkvalue missing a break statement
This commit is contained in:
@@ -4134,6 +4134,7 @@ int DLLEXPORT EN_setlinkvalue(EN_Project p, int index, int property, double valu
|
||||
if (curveIndex < 0 || curveIndex > net->Ncurves) return 206;
|
||||
Link[index].Kc = curveIndex;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return 251;
|
||||
|
||||
Reference in New Issue
Block a user