aboutsummaryrefslogtreecommitdiff
path: root/src/gie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gie.c')
-rw-r--r--src/gie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gie.c b/src/gie.c
index 269a7239..f874ee93 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -532,7 +532,7 @@ static int expect (char *args) {
}
T.e = torad_if_needed (T.P, T.dir==PJ_FWD? PJ_INV:PJ_FWD, T.e);
- T.b = proj_trans_coord (T.P, T.dir, T.a);
+ T.b = proj_trans (T.P, T.dir, T.a);
T.b = torad_if_needed (T.P, T.dir==PJ_FWD? PJ_INV:PJ_FWD, T.b);
if (T.nargs < 2) {