diff options
Diffstat (limited to 'src/solvers/coord/gendata.h')
| -rw-r--r-- | src/solvers/coord/gendata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/gendata.h b/src/solvers/coord/gendata.h index 1b65f49..0cc012e 100644 --- a/src/solvers/coord/gendata.h +++ b/src/solvers/coord/gendata.h | |||
| @@ -22,7 +22,7 @@ gendata_coord_dispatch( | |||
| 22 | { | 22 | { |
| 23 | coord_t *coord; | 23 | coord_t *coord; |
| 24 | 24 | ||
| 25 | parse_coord_and_axis(strlen(coordstr), coordstr, &coord, NULL); | 25 | parse_coord_and_axis(coordstr, &coord, NULL); |
| 26 | 26 | ||
| 27 | if (coord == NULL) { | 27 | if (coord == NULL) { |
| 28 | LOG("Error: could not parse coordinate '%s'\n", coordstr); | 28 | LOG("Error: could not parse coordinate '%s'\n", coordstr); |
