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