]> git.street.me.uk Git - andy/viking.git/blobdiff - src/babel.c
Add copyright for files vikgoto.h & vikgotoxmltool.h
[andy/viking.git] / src / babel.c
index 530cdac1a9c766fd4ae53d076a4065d4fd51c139..e9d2f4e56d66e5df22720f17413078cbdcfa62e1 100644 (file)
@@ -281,7 +281,7 @@ gboolean a_babel_convert_from_shellcommand ( VikTrwLayer *vt, const char *input_
 
 gboolean a_babel_convert_from_url ( VikTrwLayer *vt, const char *url, const char *input_type, BabelStatusFunc cb, gpointer user_data )
 {
-  static DownloadOptions options = { FALSE, NULL, 0, a_check_kml_file};
+  static DownloadMapOptions options = { FALSE, FALSE, NULL, 0, a_check_kml_file};
   gint fd_src;
   int fetch_ret;
   gboolean ret = FALSE;