Merge branch 'minpoints' of UBB/points into master
This commit is contained in:
commit
1368d587f7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user