]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_props.cxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Main / fg_props.cxx
index 30c298edbd50fdc9e32990d5b90cd7c66dd333a0..a56cfc59cd17c6a03eb1e667cbc1c82afa9474e7 100644 (file)
@@ -95,7 +95,8 @@ static const char *
 getLoggingClasses ()
 {
   sgDebugClass classes = logbuf::get_log_classes();
-  static string result = "";   // FIXME
+  static string result;
+  result = "";
   for (int i = 0; log_class_mappings[i].c != SG_UNDEFD; i++) {
     if ((classes&log_class_mappings[i].c) > 0) {
       if (!result.empty())