]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/transmission.cxx
new FSF address
[flightgear.git] / src / ATC / transmission.cxx
index bc95781a43346e29386c8d723532d2235e787b07..0a6ea4b76193fc20bb7811279439f6e9d98b774d 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include "transmission.hxx"
 
@@ -42,7 +46,7 @@ TransPar FGTransmission::Parse() {
   TransPar   tpar;
   string     tokens[20];
   int        msglen,toklen;
-  char       dum;
+  //char       dum;
   int        i,j,k;
   const char *capl = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";