aboutsummaryrefslogtreecommitdiffstats
path: root/libgeome_get_from_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgeome_get_from_file.c')
-rw-r--r--libgeome_get_from_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgeome_get_from_file.c b/libgeome_get_from_file.c
index bbed448..59ad662 100644
--- a/libgeome_get_from_file.c
+++ b/libgeome_get_from_file.c
@@ -39,7 +39,7 @@ libgeome_get_from_file(struct libgeome_context *ctx, struct libgeome_data *out,
int r;
if (!path)
- path = GEOFILE;
+ path = libgeome_default_geolocation_file;
f = fopen(path, "r");
if (!f) {