Ignore:
Timestamp:
2006-02-15T16:38:22+13:00 (18 years ago)
Author:
mdewsnip
Message:

Various little bug fixes and improvements (many to get things working with Visual Studio 2005), by Emanuel Dejanu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/infodbclass.cpp

    r9620 r11259  
    384384  }
    385385
    386   if (!tailarray.size()) return inOID;
     386  if (tailarray.empty()) return inOID;
    387387  text_tarray::const_iterator begin = tailarray.begin();
    388388  text_tarray::const_iterator here = tailarray.end() - 1;
     
    401401      get_previous_sibling (OID, info);
    402402   
     403    if (here == begin)
     404      break;
    403405    --here;
    404406  }
Note: See TracChangeset for help on using the changeset viewer.