Ignore:
Timestamp:
12/13/06 14:33:07 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C

    r8191 r8232  
    8080#include <iomanip>
    8181#include <fstream>
     82#include <errno.h>
    8283
    8384#include <TSQLRow.h>
     
    654655
    655656            TIter NextR(&regexp);
    656             TObject *reg=0;
    657             while ((reg=NextR()))
     657            TObject *obj=0;
     658            while ((obj=NextR()))
    658659            {
    659                 TPRegexp reg(reg->GetName());
     660                TPRegexp reg(obj->GetName());
    660661                const Ssiz_t pos = name.Index(reg, 0);
    661662                if (pos>0)
Note: See TracChangeset for help on using the changeset viewer.