Changeset 15407 for trunk


Ignore:
Timestamp:
04/22/13 08:38:19 (11 years ago)
Author:
lyard
Message:
fixed not-resetting increment number bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/datalogger.cc

    r15339 r15407  
    13691369        {//find current service is subscriptions
    13701370            for (y=x->second.begin(); y!=x->second.end();y++)
     1371            {
    13711372                if (y->second.nightlyFile.IsOpen())
    13721373                {
    13731374                    y->second.nightlyFile.Close();
    13741375                }
     1376                y->second.increment = 0;
     1377            }
    13751378        }
    13761379
Note: See TracChangeset for help on using the changeset viewer.