]> git.street.me.uk Git - andy/viking.git/blobdiff - test/gpx2gpx.c
Expose a function to iterate on all registered engines
[andy/viking.git] / test / gpx2gpx.c
index 15521c5f387ac756738bd30fc420379b47c8a931..db0e76785204a631320421c025e2392d6b31dce8 100644 (file)
@@ -8,7 +8,7 @@ int main(int argc, char *argv[])
   VikLayer *vl = vik_layer_create (VIK_LAYER_TRW, NULL, NULL, 0);
   VikTrwLayer *trw = VIK_TRW_LAYER (vl);
   a_gpx_read_file(trw, stdin);
-  a_gpx_write_file(trw, stdout);
+  a_gpx_write_file(trw, stdout, NULL);
   // NB no layer_free functions directly visible anymore
   //  automatically called by layers_panel_finalize cleanup in full Viking program
   return 0;