blob: 0994414a60ec5fec4a97feab45aeeade4a028f63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cgx_2.19/src/pickFunktions.c.orig 2021-09-18 09:40:04 UTC
+++ cgx_2.19/src/pickFunktions.c
@@ -4594,7 +4594,7 @@ void moveLineEndPoint(int lineNr, int pntNr, double ll
else
{
printf("ERROR: selected point:%s is no line endpoint\n", point[pntNr].name);
- return(-1);
+ return;
}
u=flag*llength;
u/=scale->w;
|