Check of minimum number of points #1
@ -250,7 +250,7 @@ int read_file(char *filename, point_t **points, unsigned int *n) {
|
|||||||
buffer = NULL;
|
buffer = NULL;
|
||||||
size = 0;
|
size = 0;
|
||||||
}
|
}
|
||||||
if (j < *n) {
|
if (j < *n || *n < 2) {
|
||||||
fprintf(stderr, "Error: No hay suficiente puntos!\n");
|
fprintf(stderr, "Error: No hay suficiente puntos!\n");
|
||||||
return 9;
|
return 9;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user