Changeset 291 in flair-src for trunk/demos/SimpleFleet/uav/src/main.cpp


Ignore:
Timestamp:
01/09/19 13:58:48 (5 years ago)
Author:
Sanahuja Guillaume
Message:

add exit failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/SimpleFleet/uav/src/main.cpp

    r137 r291  
    100100        } catch (ArgException &e) { // catch any exceptions
    101101        cerr << "error: " << e.error() << " for arg " << e.argId() << endl;
     102        exit(EXIT_FAILURE);
    102103        }
    103104}
Note: See TracChangeset for help on using the changeset viewer.