From: robertl Date: Fri, 12 May 2006 21:49:27 +0000 (+0000) Subject: Oopsy. Got head of Olaf on the category support. :-) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2836 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4c2a920cf0de58efc45ea71a7f05a082273b4709;p=gpsbabel.git Oopsy. Got head of Olaf on the category support. :-) --- diff --git a/gpsbabel/garmin_txt.c b/gpsbabel/garmin_txt.c index e8090943c..fb20be501 100644 --- a/gpsbabel/garmin_txt.c +++ b/gpsbabel/garmin_txt.c @@ -501,8 +501,8 @@ print_categories(gbuint16 categories) fprintf(fout, "%s", (count++ > 0) ? "," : ""); if (c == NULL) -// fprintf(fout, "Category %d", i+1); - fprintf(fout, "%s", gps_categories[i]); + fprintf(fout, "Category %d", i+1); +// fprintf(fout, "%s", gps_categories[i]); else fprintf(fout, "%s", c);