hi all, in the method <SwCreateAddressListDialog::Find()>,there is three loops,and in the third loop <for( nElement = 0; nElement <= aData.size(); ++nElement)>,aData is a vector.i think in here there is a problem,when <nElement = aData.size()> .in the following sentence<bFound = aData[nElement].toAsciiLowerCase().indexOf(sSearch)>, aData is outflow.
dongquangang 2007-06-22
