Changeset 1585 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Feb 13, 2009, 10:39:41 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r1556 r1585  
    6767  QString    confFileName;
    6868
     69  printf("hier %d\n",argc);
    6970  for (int ii = 1; ii < argc; ii++) {
    7071    if (QByteArray(argv[ii]) == "-nw") {
     
    8990      }
    9091    }
     92  }
     93
     94  if (argc == 2 && GUIenabled) {
     95    confFileName = QString(argv[1]);
    9196  }
    9297
Note: See TracChangeset for help on using the changeset viewer.