]> git.mxchange.org Git - flightgear.git/commit
apt.dat parser: various little improvements
authorFlorent Rougon <f.rougon@free.fr>
Sun, 24 Apr 2016 17:45:37 +0000 (19:45 +0200)
committerFlorent Rougon <f.rougon@free.fr>
Wed, 27 Apr 2016 08:39:21 +0000 (10:39 +0200)
commitd85fc7b7e72406fb3385a69c8967ed462e625c9b
treed4d2985084469a2b96b74861f2faa27a8e934693
parentb0b81bcd3e633dee63fa3f87543bb830e6281486
apt.dat parser: various little improvements

- don't duplicate the line buffer (array of char as well as
  std::string), it is not useful here;
- don't corrupt (truncate) input lines longer than 2048 bytes: there is
  no such limitation in the apt.dat v1000 format spec;
- fix comments handling: the apt.dat v1000 format spec states they must
  start with *two* '#' characters.
src/Airports/apt_loader.cxx