From: robertl Date: Tue, 17 Aug 2010 02:40:05 +0000 (+0000) Subject: Tweak vecs for mtk_logger to show it can read waypoints. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~939 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6fdefa1012e6967e5a19eae1506bcf00dfae8597;p=gpsbabel.git Tweak vecs for mtk_logger to show it can read waypoints. --- diff --git a/gpsbabel/mtk_logger.c b/gpsbabel/mtk_logger.c index 567ed5b95..c48438337 100644 --- a/gpsbabel/mtk_logger.c +++ b/gpsbabel/mtk_logger.c @@ -1512,7 +1512,7 @@ static arglist_t mtk_fargs[] = { ff_vecs_t mtk_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init, NULL, file_deinit, @@ -1526,7 +1526,7 @@ ff_vecs_t mtk_fvecs = { ff_vecs_t mtk_m241_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init_m241, NULL, file_deinit,