Changeset 3141 in ntrip


Ignore:
Timestamp:
Mar 25, 2011, 4:03:29 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3140 r3141  
    103103  QStringList combineStreams = settings.value("combineStreams").toStringList();
    104104
    105   if (combineStreams.size() >= 2) {
     105  if (combineStreams.size() >= 1) {
    106106    QListIterator<QString> it(combineStreams);
    107107    while (it.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.