User: kz Date: 05/07/14 04:42:04 Modified: /dba/connectivity/source/drivers/hsqldb/ HDriver.cxx
Log: INTEGRATION: CWS hsqldb5 (1.12.14); FILE MERGED 2005/07/12 07:42:09 oj 1.12.14.1: #i51821# increment pLookup by 2 File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.12&r2=1.13 Delta lines: +2 -2 ------------------- --- HDriver.cxx 27 Jun 2005 08:24:37 -0000 1.12 +++ HDriver.cxx 14 Jul 2005 11:42:01 -0000 1.13 @@ -733,10 +733,10 @@ } const sal_Char** pLookup = pTranslations; - for ( ; *pLookup; ++pLookup ) + for ( ; *pLookup; pLookup +=2 ) { sal_Int32 nCompareUntil = 0; - while ( (*pLookup)[ nCompareUntil ] != nCompareTermination ) + while ( (*pLookup)[ nCompareUntil ] != nCompareTermination && (*pLookup)[ nCompareUntil ] != 0 ) ++nCompareUntil; if ( sLocaleString.equalsAsciiL( *pLookup, nCompareUntil ) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
