INTEGRATION: CWS adc6 (1.2.2); FILE MERGED
2003/06/26 14:43:32 np 1.2.2.1: #110259# Fix differing output on Windows vs. Unix and remove broken links from output.
This commit is contained in:
parent
8e918af95b
commit
ea25bf87a9
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: hfi_globalindex.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2003-06-10 11:33:05 $
|
||||
* last change: $Author: hr $ $Date: 2003-06-30 15:27:22 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -280,7 +280,7 @@ HF_IdlGlobalIndex::write_OwnerOfEntry( Xml::Element & o_destinatio
|
|||
else
|
||||
{
|
||||
uintt nOwnerIx = rOwner.ClassId() - C_nNamesArrayOffset;
|
||||
csv_assert(csv::in_range(0,nOwnerIx,C_nNumberOfIdlTypes));
|
||||
csv_assert(0 <= nOwnerIx && nOwnerIx < C_nNumberOfIdlTypes);
|
||||
o_destination << C_sTypeNames[nOwnerIx];
|
||||
}
|
||||
i_typeLinkWriter.Produce_IndexOwnerLink(o_destination, rOwner);
|
||||
|
|
Loading…
Reference in a new issue