Changeset 3005 in ntrip


Ignore:
Timestamp:
Feb 22, 2011, 11:57:44 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r3004 r3005  
    5454void catch_signal(int) {
    5555  cout << "Program Interrupted by Ctrl-C" << endl;
    56   ((bncApp*)qApp)->slotQuit();
     56  exit(0);
    5757}
    5858
Note: See TracChangeset for help on using the changeset viewer.