patch for postgresql driver

Noel Grandin noel at peralex.com
Tue Apr 16 07:38:02 PDT 2013


On 2013-04-16 16:16, Wols Lists wrote:
> if( args[i].Name.matchIgnoreAsciiCaseAsciiL( keyword_list[j] ))

Surely this will work:

     if( args[i].Name.matchIgnoreAsciiCaseAsciiL( keyword_list[j], 
strlen( keyword_list[j] )))

??

Disclaimer: http://www.peralex.com/disclaimer.html




More information about the LibreOffice mailing list