From: robertlipe Date: Sat, 9 Feb 2013 21:56:02 +0000 (+0000) Subject: Another const change in vecs. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~665 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c2d9664c092207dffe0ead8fed7be36dc67c354;p=gpsbabel.git Another const change in vecs. --- diff --git a/gpsbabel/vecs.cc b/gpsbabel/vecs.cc index 1a066c0ad..6ee045ad7 100644 --- a/gpsbabel/vecs.cc +++ b/gpsbabel/vecs.cc @@ -1227,7 +1227,7 @@ disp_vec_options(const char *vecname, arglist_t *ap) } ff_vecs_t * -find_vec(const char *vecname, char **opts) +find_vec(const char *vecname, const char **opts) { vecs_t *vec = vec_list; style_vecs_t *svec = style_list;